Преглед на файлове

Added a separator after the headings dropdown in the configuration of the toolbar.

Aleksander Nowodzinski преди 7 години
родител
ревизия
556ea2e0b3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-heading/tests/manual/heading.js

+ 1 - 1
packages/ckeditor5-heading/tests/manual/heading.js

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