0.3.1 • Published 2 years ago

sanity-plugin-getyourguide v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

0.2.0

2 years ago

0.3.1

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

1.0.0

2 years ago