strapi-plugin-editor
v0.0.4
Published
Strapi - EditorJS Replacement
Downloads
6
Maintainers
Readme
Strapi - WYSIWYG Replacement for EditorJS
Replace default RichEditor of strapi for EditorJS
Installing
Enter in strapi root path instalation, and install the package
# Using npm
$ npm install strapi-plugin-editor
# Using yarn
$ yarn add strapi-plugin-editor
After, you will need rebuild the strapi admin using the follow command
# Using npm
$ npm run build
# Using yarn
$ yarn build
Thanks
Especial thanks for Kay van Bree and Cyril Lopez that are maintainer/contribuitor of strapi-editorjs, repository that I had based to construct this plugin