瀏覽代碼

Merge pull request #13 from ckeditor/t/ckeditor5/645

Tests: Minor adjustment in toolbar configuration (see ckeditor/ckeditor5#645).
Piotrek Koszuliński 7 年之前
父節點
當前提交
438116958a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-editor-balloon/tests/manual/ballooneditor.js

+ 1 - 1
packages/ckeditor5-editor-balloon/tests/manual/ballooneditor.js

@@ -21,7 +21,7 @@ function initEditors() {
 		BalloonEditor
 			.create( document.querySelector( selector ), {
 				plugins: [ ArticlePluginSet ],
-				toolbar: [ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ],
+				toolbar: [ 'headings', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ],
 				image: {
 					toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
 				}