Преглед изворни кода

Other: Renamed 'headings' ui component to 'heading'.

Maciej Gołaszewski пре 8 година
родитељ
комит
56fa9890dc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-undo/tests/manual/undo.js

+ 1 - 1
packages/ckeditor5-undo/tests/manual/undo.js

@@ -17,7 +17,7 @@ import Italic from '@ckeditor/ckeditor5-basic-styles/src/italic';
 ClassicEditor
 	.create( document.querySelector( '#editor' ), {
 		plugins: [ Enter, Typing, Paragraph, Heading, Undo, Bold, Italic ],
-		toolbar: [ 'headings', '|', 'bold', 'italic', 'undo', 'redo' ]
+		toolbar: [ 'heading', '|', 'bold', 'italic', 'undo', 'redo' ]
 	} )
 	.then( editor => {
 		window.editor = editor;