This is a custom field plugin for richtext field type CKEditor5 for Strapi CMS v5
To install this package, you can use npm or yarn:
npm install @strapi/plugin-ckeditor-v5@https://github.com/Low-Skilled-Developers/strapi-plugin-ckeditor-v5
or
yarn add @strapi/plugin-ckeditor-v5@https://github.com/Low-Skilled-Developers/strapi-plugin-ckeditor-v5
After installing the package, you need to configure it in your Strapi project.
- Create a new provider configuration in
config/plugins.ts
orconfig/plugins.js
:
module.exports = ({ env }) => ({
// ...
ckeditor5: {
enabled: true,
},
});
- Rebuild your Strapi project:
strapi build
Coming soon...
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This package is developed by Low-Skilled-Developers