1.0.1 • Published 4 years ago

keystone-grapesjs-editor v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

GrapesJS

This field inserts a json object into your schema based on the Text field type implementation, and provides Webpage(html and css) editor in the Admin UI using GrapesJS and React-Codemirror2 (https://github.com/scniro/react-codemirror2)

Usage

This package isn't included with the keystone fields package and needs to be installed with yarn add keystonejs-grapesjs-editor or npm install keystonejs-grapesjs-editor

Then import it, and use it like any other field:

const { GrapesJS } = require('keystonejs-grapesjs-editor');