netlify-cms-editor-component-figure

v0.0.1
An HTML figure widget for Netlify CMS
netlify netlify-cms cms widget

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.

npm i netlify-cms-editor-component-figure

Metadata

  • MIT
  • Whatever
  • Colby Fayock
  • released 3/10/2020

Downloads

Maintainers