|
|
@@ -15,7 +15,7 @@ import Essentials from '@ckeditor/ckeditor5-essentials/src/essentials';
|
|
|
ClassicEditor
|
|
|
.create( document.querySelector( '#editor' ), {
|
|
|
plugins: [ Essentials, Paragraph, Bold, Italic, Heading ],
|
|
|
- toolbar: [ 'headings', 'bold', 'italic', 'undo', 'redo' ]
|
|
|
+ toolbar: [ 'headings', '|', 'bold', 'italic', 'undo', 'redo' ]
|
|
|
} )
|
|
|
.then( editor => {
|
|
|
window.editor = editor;
|