Skip to content

Low-Skilled-Developers/strapi-plugin-ckeditor-v5

Repository files navigation

CKEditor for strapi v5

Strapi Plugin for extended text formatting

This is a custom field plugin for richtext field type CKEditor5 for Strapi CMS v5

Installation

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

Usage

After installing the package, you need to configure it in your Strapi project.

  1. Create a new provider configuration in config/plugins.ts or config/plugins.js:
module.exports = ({ env }) => ({
  // ...
  ckeditor5: {
    enabled: true,
  },
});
  1. Rebuild your Strapi project:
strapi build

Configuration

Coming soon...

Knowledge sources

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Acknowledgments

This package is developed by Low-Skilled-Developers

About

CKEditor 5 custom field for Strapi v5

Resources

License

Stars

Watchers

Forks

Packages

No packages published