A unique machine-readable name. Can only contain lowercase letters, numbers, and underscores.
Roles
Toolbar configuration
Move a button into the Active toolbar to enable it, or into the list of Available buttons to disable it. Buttons may be moved with the mouse or keyboard arrow keys.
{"undo":{"label":"Undo"},"redo":{"label":"Redo"},"heading":{"label":"Heading"},"style":{"label":"Style"},"specialCharacters":{"label":"Special characters"},"sourceEditing":{"label":"Source"},"bold":{"label":"Bold"},"italic":{"label":"Italic"},"underline":{"label":"Underline"},"code":{"label":"Code"},"codeBlock":{"label":"Code Block"},"strikethrough":{"label":"Strikethrough"},"subscript":{"label":"Subscript"},"superscript":{"label":"Superscript"},"blockQuote":{"label":"Block quote"},"link":{"label":"Link"},"bulletedList":{"label":"Bulleted list"},"numberedList":{"label":"Numbered list"},"horizontalLine":{"label":"Horizontal line"},"alignment":{"label":"Text alignment"},"removeFormat":{"label":"Remove Format"},"insertTable":{"label":"table"},"drupalInsertImage":{"label":"Image"},"indent":{"label":"Indent"},"outdent":{"label":"Outdent"},"textPartLanguage":{"label":"Language"},"showBlocks":{"label":"Show blocks"}}
Press the down arrow key to add to the toolbar.
Move this button in the toolbar by pressing the left or right arrow keys. Press the up arrow key to remove from the toolbar.
Source editing
A list of HTML tags that can be used while editing source. It is only necessary to add tags that are not already supported by other enabled plugins. For example, if "Bold" is enabled, it is not necessary to add the <strong> tag, but it may be necessary to add <dl><dt><dd> in a format that does not have a definition list plugin, but requires definition list markup.
List
Image
When enabled, images can only be uploaded. When disabled, images can only be added by URL.
File storage
A directory relative to Drupal's files directory where uploaded images will be stored.
If this is left empty, then the file size will be limited by the PHP maximum upload size of 100 MB.
x
pixels
Images larger than these dimensions will be scaled down.
Image resize
Ensures that the latest versions of images uploaded via a Text Editor are displayed, along with their dimensions.
Uses a data-align attribute on <img> tags to align images.
Uses a data-caption attribute on <img> tags to caption images.
Disallows usage of <img> tag sources that are not hosted on this site by replacing them with a placeholder image.
Instruct browsers to lazy load images if dimensions are specified. Use in conjunction with and place after the 'Track images uploaded via a Text Editor' filter that adds image dimensions required for lazy loading. Results can be overridden by <img loading="eager">.
Embeds media items using a custom tag, <drupal-media>. If used in conjunction with the 'Align/Caption' filters, make sure this filter is configured to run after them.
Limit allowed HTML tags and correct faulty HTML
Display any HTML as plain text
Track images uploaded via a Text Editor
Align images
Convert line breaks into HTML (i.e. <br> and <p>)
Caption images
Convert URLs into links
Restrict images to this site
Correct faulty and chopped off HTML
Lazy load images
Embed media
Limit allowed HTML tags and correct faulty HTML
With CKEditor 5 this is a read-only field. The allowed HTML tags and attributes are determined by the CKEditor 5 configuration. Manually removing tags would break enabled functionality, and any manually added tags would be removed by CKEditor 5 on render.
Convert URLs into links
characters
URLs longer than this number of characters will be truncated to prevent long strings that break formatting. The link itself will be retained; just the text portion of the link will be truncated.
Embed media
The view mode that an embedded media item should be displayed in by default. This can be overridden using the data-view-mode attribute.
Media types selectable in the Media Library
If none are selected, all will be allowed.
View modes selectable in the 'Edit media' dialog
If two or more view modes are selected, users will be able to update the view mode that an embedded media item should be displayed in after it has been embedded. If less than two view modes are selected, media will be embedded using the default view mode and no view mode options will appear after a media item has been embedded.