netlify-cms-widget-ckeditor4

0.0.2 • Public • Published

netlify-cms-widget-ckeditor

Check out a demo!

Adds a CKEditor WYSIWIG as Opposed to the MarkDown Editor.

Install

As an npm package:

npm install --save netlify-cms-widget-ckeditor
import ckeditor from 'netlify-cms-widget-ckeditor'

CMS.registerWidget('ckeditor', CkeditorControl, CkeditorPreview)

Via script tag:

<script src="https://unpkg.com/netlify-cms-widget-ckeditor@^0.0.2"></script>

<script>
  CMS.registerWidget('ckeditor', CkeditorControl, CkeditorPreview)
</script>

How to use

Add to your Netlify CMS configuration:

    fields:
      - { name: "<fieldname>", label: "<fieldlabel>", widget: "ckeditor" }

Support

For help with this widget, open an issue.

/netlify-cms-widget-ckeditor4/

    Package Sidebar

    Install

    npm i netlify-cms-widget-ckeditor4

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    184 kB

    Total Files

    12

    Last publish

    Collaborators

    • tidiview