This plugin adds a “CKEditor” field type to Craft CMS, which provides a rich text editor powered by CKEditor 5 (Developer Preview v0.11.0).
This plugin requires Craft CMS 3.0.0-RC15 or later.
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require craftcms/ckeditor
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for CKEditor.
You can create custom HTML Purifier configs that will be available to your CKEditor fields. They should be created as JSON files in your config/htmlpurifier/
folder.
See the HTML Purifier documentation for a list of available config options.
You can track our progress toward the 1.0 GA release from the 1.0 project.