Customizing CKEditor in Craft CMS
With the Craft module set up, we are now ready to install our first CKEditor plugin and get it working!
With the Craft module set up, we are now ready to install our first CKEditor plugin and get it working!
We’ll start with the highlight plugin, a toolbar item that allows us to highlight text in the CKEditor field. This plugin is a first-party plugin, and ships with CKEditor, but is not implemented in the Craft CMS version of CKEditor.
To enable it, we need to do the following:
dist
directory.$js
property$pluginNames
property$toolbarItems
property.Finally, if the new plugin has a toolbar item, we should be able to see it in the CKEditor settings when we are building our toolbar configuration.
Customizing CKEditor in Craft CMS is made up of the following videos: