|
@@ -13,7 +13,7 @@ ClassicEditor
|
|
|
.create( document.querySelector( '#editor' ), {
|
|
.create( document.querySelector( '#editor' ), {
|
|
|
plugins: [ ArticlePluginSet, Alignment ],
|
|
plugins: [ ArticlePluginSet, Alignment ],
|
|
|
toolbar: [
|
|
toolbar: [
|
|
|
- 'headings', '|', 'alignment', '|', 'alignment:left', 'alignment:right', 'alignment:center', 'alignment:justify', '|',
|
|
|
|
|
|
|
+ 'heading', '|', 'alignment', '|', 'alignment:left', 'alignment:right', 'alignment:center', 'alignment:justify', '|',
|
|
|
'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo'
|
|
'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo'
|
|
|
],
|
|
],
|
|
|
alignment: { options: [ 'center', 'justify' ] }
|
|
alignment: { options: [ 'center', 'justify' ] }
|