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

Tests: Standardised the toolbar... again (aligned it to CKEditor 4). [skip ci]

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
28e3ce3753
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-block-quote/tests/manual/blockquote.js

+ 1 - 1
packages/ckeditor5-block-quote/tests/manual/blockquote.js

@@ -14,7 +14,7 @@ ClassicEditor.create( document.querySelector( '#editor' ), {
 	plugins: [
 	plugins: [
 		ArticlePreset
 		ArticlePreset
 	],
 	],
-	toolbar: [ 'headings', 'bold', 'italic', 'link', 'unlink', 'blockQuote', 'bulletedList', 'numberedList', 'undo', 'redo' ]
+	toolbar: [ 'headings', 'bold', 'italic', 'link', 'unlink', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ]
 } )
 } )
 .then( editor => {
 .then( editor => {
 	window.editor = editor;
 	window.editor = editor;