UNPKG

sanity-plugin-mux-input

Version:

An input component that integrates Sanity Studio with Mux video encoding/hosting service.

12 lines (10 loc) 286 B
const {showIncompatiblePluginDialog} = require('@sanity/incompatible-plugin') const {name, version, sanityExchangeUrl} = require('./package.json') export default showIncompatiblePluginDialog({ name: name, versions: { v3: version, v2: '^1.1.8', }, sanityExchangeUrl, })