netlify-cms-editor-component-figure

0.0.1 • Public • Published

Figure Netlify CMS Editor Component

Check out a demo!

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.

Package Sidebar

Install

npm i netlify-cms-editor-component-figure

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

9.07 kB

Total Files

9

Last publish

Collaborators

  • colbyfayock