Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 906 Bytes

File metadata and controls

51 lines (34 loc) · 906 Bytes

GetYourGuide + Sanity.io Plugin

npm

 

This is a Sanity Studio v3 plugin.

 

Getting Started

Installation

$ npm install sanity-plugin-getyourguide
# $ pnpm add sanity-plugin-getyourguide
# $ yarn add sanity-plugin-getyourguide

 

Usage

/* sanity.config.ts (or .js) */
import { defineConfig } from "sanity";
import { getYourGuide } from "sanity-plugin-getyourguide";

export default defineConfig({
  // ...
  plugins: [
    getYourGuide({
      partnerId: /* Required */,
      lang: /* Optional */
    }),
  ]
})

 

Documentation

Refer to docs page for more details.

 

License

ISC