Browse Source

Merge branch 'master' into t/ckeditor5-engine/1210

Szymon Kupś 7 years ago
parent
commit
3d0a029a62
1 changed files with 1 additions and 1 deletions
  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' ]
 				}