浏览代码

Renamed formats to headings.

Szymon Kupś 9 年之前
父节点
当前提交
85eef58817
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-editor-classic/tests/manual/classic.js

+ 2 - 2
packages/ckeditor5-editor-classic/tests/manual/classic.js

@@ -14,8 +14,8 @@ let editor, editable, observer;
 
 
 function initEditor() {
 function initEditor() {
 	ClassicEditor.create( document.querySelector( '#editor' ), {
 	ClassicEditor.create( document.querySelector( '#editor' ), {
-		features: [ 'delete', 'enter', 'typing', 'paragraph', 'undo', 'formats', 'basic-styles/bold', 'basic-styles/italic' ],
-		toolbar: [ 'formats', 'bold', 'italic', 'undo', 'redo' ]
+		features: [ 'delete', 'enter', 'typing', 'paragraph', 'undo', 'headings', 'basic-styles/bold', 'basic-styles/italic' ],
+		toolbar: [ 'headings', 'bold', 'italic', 'undo', 'redo' ]
 	} )
 	} )
 	.then( newEditor => {
 	.then( newEditor => {
 		console.log( 'Editor was initialized', newEditor );
 		console.log( 'Editor was initialized', newEditor );