Browse Source

Align code to changes in heading command changes.

Maciej Gołaszewski 7 years ago
parent
commit
e98f1d8ee2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-table/tests/manual/table.js

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

@@ -13,7 +13,7 @@ ClassicEditor
 	.create( document.querySelector( '#editor' ), {
 		plugins: [ ArticlePluginSet, Table ],
 		toolbar: [
-			'headings', '|', 'insertTable', '|', 'bold', 'italic', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo'
+			'heading', '|', 'insertTable', 'insertRow', '|', 'bold', 'italic', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo'
 		]
 	} )
 	.then( editor => {