Overview of what your widget does.
As an npm package:
npm install --save netlify-cms-widget-<name>
import <name> from 'netlify-cms-widget-<name>'
CMS.registerWidget('<name>', <name>Control, <name>Preview)
Via script
tag:
<script src="https://unpkg.com/netlify-cms-widget-<name>@^1.0.0"></script>
<script>
CMS.registerWidget('<name>', <name>Control, <name>Preview)
</script>
Add to your Netlify CMS configuration:
fields:
- { name: <fieldname>, label: <fieldlabel>, widget: <name> }
Explain any custom configuration steps here, or omit the section if there are none.
For help with this widget, open an issue or ask the Netlify CMS community in Gitter.