8
0
Просмотр исходного кода

Merge pull request #14 from ckeditor/t/ckeditor5-alignment/16

Internal: Aligned code to the changes in naming UI components & commands.
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
17665c7456
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-editor-balloon/tests/manual/ballooneditor.js

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

@@ -21,9 +21,9 @@ function initEditors() {
 		BalloonEditor
 			.create( document.querySelector( selector ), {
 				plugins: [ ArticlePluginSet ],
-				toolbar: [ 'headings', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ],
+				toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ],
 				image: {
-					toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
+					toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
 				}
 			} )
 			.then( editor => {