Add alignment button to full HTML text format

This commit is contained in:
benjamin melançon 2025-02-22 00:42:37 -05:00
parent fd8b85d8cc
commit a6413707d3

View file

@ -18,6 +18,7 @@ settings:
- superscript - superscript
- subscript - subscript
- removeFormat - removeFormat
- alignment
- footnotes - footnotes
- link - link
- bulletedList - bulletedList
@ -29,6 +30,11 @@ settings:
- showBlocks - showBlocks
- sourceEditing - sourceEditing
plugins: plugins:
ckeditor5_alignment:
enabled_alignments:
- center
- left
- right
ckeditor5_heading: ckeditor5_heading:
enabled_headings: enabled_headings:
- heading2 - heading2