Explorar el Código

Renamed formats to headings.

Szymon Kupś hace 9 años
padre
commit
85eef58817
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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() {
 	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 => {
 		console.log( 'Editor was initialized', newEditor );