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
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue