ckeditor_custom_headings
11 sites
Security covered
This module provides the option to configure custom heading styles for text formats using CKEditor 5.
Post-Installation
Edit your text format using CKEditor 5 and make sure the Heading button is added to the toolbar. Under 'CKEditor 5 plugin settings' a new tab should appear named 'Headings'. There, you can enable 'Customize headings' in order to define non-standard heading types.
Custom headings should be defined in the format: h2.custom-heading-2|Custom heading (h2).
Each line should contain a tag, an optional class prefixed with a dot, and an optional title prefixed with a pipe.
Similar projects
This module is based on the rgpublic/ckeditor_custom_heading project on GitHub.