ckeditor
ckeditor copied to clipboard
Edit rich text content in Craft CMS using CKEditor.
### Description We wanted to raise this issue we've encountered after converting fields from the Reactor plugin to CKEditor. The sub-text field is not displaying on the navigation menu. While...
### Description Adds `data-config` attribute to the `div` element that contains the HTML of the input field for the CKEditor field. The value of that attribute is the UID of...
I have a couple of CKEditor fields with different configurations. In order to be able to share common styles between editors while keeping the differences separated, it would be helpful...
### Description If there are too many items to display in a CKEditor toolbar a vertical three dots 'Show more items' button is displayed. When the button is clicked another...
### Description Fixes an issue where dropdowns under toolbar > show more items (3 dots) weren’t showing as expected. Before: After: ### Related issues #286
### Description Not sure if it's a bug or just a flaw in the editing flow. We have a setup where several sites use the "Translated for each site group"...
### Description I'm sliding the toggle to 'on', hitting the tick and it looks like job done, but when I save, it's diverting all the links back to toggle 'off'...
### Description I have a nested matrix field which contains a CKEditor field, there are some instances where I am not able to paste content into the field or click...
Stores relations for linked elements and embedded assets
### Description Make editor instance available in, e.g. CKEditor Config > Config options via the `instance` variable. example: ``` return { : { : info => { instance.then((editor) => {...