Customizing CKEditor in Craft CMS
Our first plugin will be a very vanilla out-of-the-box plugin using the code from the CKEditor package generator.
Our first plugin will be a very vanilla out-of-the-box plugin using the code from the CKEditor package generator. This setup may suffice for some setups, but for anything beyond just a simple text insertion, you’ll want to follow the component pattern separating UI, Editing, and the base plugin file. We’ll cover that approach in a later video.
Customizing CKEditor in Craft CMS is made up of the following videos: