瀏覽代碼

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;