0.0.11 • Published 1 month ago

@reslear/strapi-plugin-ckeditor-with-source-editing v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

CKEditor 5 custom field for Strapi with source editing

this is fork of ckeditor5-strapi-plugin with added source editing feature. see #102

🔧 Installation

Inside your Strapi app, add the package:

With npm:

npm install @reslear/strapi-plugin-ckeditor-with-source-editing

With yarn:

yarn add @reslear/strapi-plugin-ckeditor-with-source-editing

Then run build:

npm run build

or:

yarn build