Sync Vimeo PRO videos into Sanity
Assuming you already have a functional Dashboard in your Sanity Content Studio.
- Install this widget in your Studio folder like so:
sanity install sanity-plugin-vimeo-sync
- Update your
src/dashboardConfig.js
file by adding{name: 'vimeo-sync'}
to thewidgets
array - Restart your Studio
There are some options required:
{
name: 'vimeo-sync',
options: {
accessToken: 'xxx',
folderId: 'xxx' // optional
}
}