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