0.3.1 • Published 11 months ago

sanity-plugin-getyourguide v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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

0.3.0

11 months ago

0.2.0

12 months ago

0.3.1

11 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

1.0.0

12 months ago