sanity-plugin-vimeo-sync
v1.4.2
Published
Sync Vimeo PRO videos into Sanity
Readme
sanity-plugin-vimeo-sync
This is a Sanity Studio v3 plugin.
Installation
npm install sanity-plugin-vimeo-syncUsage
Add it as a plugin in sanity.config.ts (or .js):
import {defineConfig} from 'sanity'
import {vimeoSync} from 'sanity-plugin-vimeo-sync'
export default defineConfig({
//...
plugins: [
vimeoSync({
folderId: '', // optional
}),
],
})Then set the Vimeo access token with private create delete video_files public scopes inside the Sanity plug-in page.
License
MIT © Tristan Bagot
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.
