0.0.1 • Published 4 years ago

netlify-cms-editor-component-figure v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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.