Add alignment button to full HTML text format #134
This commit is contained in:
parent
fd8b85d8cc
commit
a6413707d3
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@ settings:
|
|||
- superscript
|
||||
- subscript
|
||||
- removeFormat
|
||||
- alignment
|
||||
- footnotes
|
||||
- link
|
||||
- bulletedList
|
||||
|
@ -29,6 +30,11 @@ settings:
|
|||
- showBlocks
|
||||
- sourceEditing
|
||||
plugins:
|
||||
ckeditor5_alignment:
|
||||
enabled_alignments:
|
||||
- center
|
||||
- left
|
||||
- right
|
||||
ckeditor5_heading:
|
||||
enabled_headings:
|
||||
- heading2
|
||||
|
|
Loading…
Add table
Reference in a new issue