1.0.6 • Published 4 years ago

netlify-cms-responsive-block-widget v1.0.6

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

Netlify-CMS-Responsive-Iframe-Widget

Adds a iframe widget to your editor allowing you to embed HTML contents, Youtube Video, Vimemo, and Images responsibly.

Installation

npm install --save https://github.com/jsdev63/netlify-cms-responsive-block-widget.git
or
npm install --save netlify-cms-responsive-block-widget

Usage

Within your cms.js file:

import CMS from 'netlify-cms';
import ResponsiveIframeBlockEditorWidget from 'netlify-cms-responsive-block-widget';

CMS.registerEditorComponent(ResponsiveIframeBlockEditorWidget);

If you're using Gatsby you need to direct Netlify CMS to your cms.js file like this:

    ...
   {
        resolve: 'gatsby-plugin-netlify-cms',
        options: {
            modulePath: `${__dirname}/src/cms/cms.js`
        }
    }
    ...
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago