소스 검색

Added a separator after the headings dropdown in the configuration of the toolbar.

Aleksander Nowodzinski 8 년 전
부모
커밋
56b60f45d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-block-quote/tests/manual/blockquote.js

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

@@ -15,7 +15,7 @@ ClassicEditor
 		plugins: [
 			ArticlePluginSet
 		],
-		toolbar: [ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ]
+		toolbar: [ 'headings', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ]
 	} )
 	.then( editor => {
 		window.editor = editor;