JSPM

sanity-plugin-getyourguide

0.3.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q21880F
  • License ISC

Sanity Plugin for GetYourGuide

Package Exports

  • sanity-plugin-getyourguide

Readme

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