netlify-cms-editor-component-figure
v0.0.1
Published
An HTML figure widget for Netlify CMS
Downloads
114
Maintainers
Readme
Figure Netlify CMS Editor Component
Use the <figure>
element to add an image and caption it!
Install
As an npm package:
yarn add netlify-cms-editor-component-figure
or
npm install --save netlify-cms-editor-component-figure
// src/cms/cms.js or wherever you configure your CMS
import { registerEditorComponent } from 'netlify-cms-app'
import { Figure } from 'netlify-cms-editor-component-figure';
registerEditorComponent(Figure);
How to use
Support
For help with this widget, open an issue or ask the Netlify CMS community in Gitter.