|
@@ -13,7 +13,7 @@ ClassicEditor
|
|
|
.create( document.querySelector( '#editor' ), {
|
|
.create( document.querySelector( '#editor' ), {
|
|
|
plugins: [ ArticlePluginSet, Highlight ],
|
|
plugins: [ ArticlePluginSet, Highlight ],
|
|
|
toolbar: [
|
|
toolbar: [
|
|
|
- 'headings', 'bold', 'italic', 'link', 'mark', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo'
|
|
|
|
|
|
|
+ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo'
|
|
|
]
|
|
]
|
|
|
} )
|
|
} )
|
|
|
.then( editor => {
|
|
.then( editor => {
|