Procházet zdrojové kódy

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

Piotrek Koszuliński před 8 roky
rodič
revize
8538f5923b

+ 1 - 1
packages/ckeditor5-editor-inline/tests/manual/inline.js

@@ -20,7 +20,7 @@ function initEditors() {
 	function init( selector ) {
 		InlineEditor.create( document.querySelector( selector ), {
 			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 => {
 			console.log( `${ selector } has been initialized`, editor );