0.3.2 • Published 1 month ago

@gearbox-built/sanity-vimeo v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@gearbox-built/sanity-vimeo

This is a Sanity Studio v3 plugin.

Installation

npm install @gearbox-built/sanity-vimeo

Usage

Add it as a plugin in sanity.config.ts (or .js):

import {defineConfig} from 'sanity'
import {myPlugin} from '@gearbox-built/sanity-vimeo'

export default defineConfig({
  //...
  plugins: [myPlugin({})],
})

License

MIT © Gearbox Built

Develop & test

This plugin uses @sanity/plugin-kit with default configuration for build & watch scripts.

See Testing a plugin in Sanity Studio on how to run this plugin with hotreload in the studio.

0.3.2

1 month ago

0.3.1

1 month ago

0.3.0

8 months ago

0.2.0

1 year ago

0.1.0

1 year ago