Explorar el Código

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

Tests: Minor adjustment in toolbar configuration (see ckeditor/ckeditor5#645).
Piotrek Koszuliński hace 7 años
padre
commit
438116958a

+ 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' ]
 				}