Explorar o código

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

Maciej Gołaszewski %!s(int64=8) %!d(string=hai) anos
pai
achega
f455a4e30c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ]
 	} )
 	.then( editor => {
 		window.editor = editor;