Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 527 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 527 Bytes

sanity-plugin-vimeo-sync

Sync Vimeo PRO videos into Sanity

Usage

Assuming you already have a functional Dashboard in your Sanity Content Studio.

  1. Install this widget in your Studio folder like so:
sanity install sanity-plugin-vimeo-sync
  1. Update your src/dashboardConfig.js file by adding {name: 'vimeo-sync'} to the widgets array
  2. Restart your Studio

There are some options required:

{
  name: 'vimeo-sync',
  options: {
    accessToken: 'xxx',
    folderId: 'xxx' // optional
  }
}