sanity-plugin-vimeo-browsing
v1.0.2
Published
>You can browse your vimeo video files and use in Sanity Studio.
Readme
sanity-plugin-vimeo-browsing
Introduction
You can browse your vimeo video files and use in Sanity Studio.
Installation
npm install sanity-plugin-vimeo-browsingUsage
Add it as a plugin in sanity.config.ts (or .js):
import {defineConfig} from 'sanity'
import {myPlugin} from 'sanity-plugin-vimeo-browsing'
export default defineConfig({
//...
plugins: [vimeoBrowsing({
handle: SANITY_STUDIO_VIMEO_HANDLE,
accessToken: SANITY_STUDIO_VIMEO_ACCESS_TOKEN
})],
})License
MIT © Jinkyu Song
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.
