Răsfoiți Sursa

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

Piotrek Koszuliński 8 ani în urmă
părinte
comite
28e3ce3753

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

@@ -14,7 +14,7 @@ ClassicEditor.create( document.querySelector( '#editor' ), {
 	plugins: [
 		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 => {
 	window.editor = editor;