CKEditor 5 Custom Headings
This module allows you to add custom heading styles to CKEditor 5 text formats. You can define your own heading tags and classes to be available in the editor.
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.