소스 검색

Tests: Standardised the toolbar in the manual tests.

Piotrek Koszuliński 8 년 전
부모
커밋
26a0d2d166
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-editor-inline/tests/manual/inline.js

+ 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', 'undo', 'redo', 'link', 'unlink' ]
+			toolbar: [ 'headings', 'bold', 'italic', 'link', 'unlink', 'blockQuote', 'bulletedList', 'numberedList', 'undo', 'redo' ]
 		} )
 		.then( editor => {
 			console.log( `${ selector } has been initialized`, editor );