Browse Source

Add table toolbar configuration to mention manual tests.

Maciej Gołaszewski 6 years ago
parent
commit
4b745d5583

+ 4 - 0
packages/ckeditor5-mention/tests/manual/mention-asynchronous.js

@@ -27,6 +27,10 @@ ClassicEditor
 		image: {
 			toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
 		},
+		table: {
+			contentToolbar: [ 'tableColumn', 'tableRow', 'mergeTableCells' ],
+			tableToolbar: [ 'bold', 'italic' ]
+		},
 		mention: {
 			feeds: [
 				{

+ 4 - 0
packages/ckeditor5-mention/tests/manual/mention-custom-renderer.js

@@ -22,6 +22,10 @@ ClassicEditor
 			'|', 'insertTable',
 			'|', 'undo', 'redo'
 		],
+		table: {
+			contentToolbar: [ 'tableColumn', 'tableRow', 'mergeTableCells' ],
+			tableToolbar: [ 'bold', 'italic' ]
+		},
 		mention: {
 			feeds: [
 				{

+ 4 - 0
packages/ckeditor5-mention/tests/manual/mention-custom-view.js

@@ -68,6 +68,10 @@ ClassicEditor
 			'|', 'insertTable',
 			'|', 'undo', 'redo'
 		],
+		table: {
+			contentToolbar: [ 'tableColumn', 'tableRow', 'mergeTableCells' ],
+			tableToolbar: [ 'bold', 'italic' ]
+		},
 		mention: {
 			feeds: [
 				{

+ 4 - 0
packages/ckeditor5-mention/tests/manual/mention.js

@@ -27,6 +27,10 @@ ClassicEditor
 		image: {
 			toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
 		},
+		table: {
+			contentToolbar: [ 'tableColumn', 'tableRow', 'mergeTableCells' ],
+			tableToolbar: [ 'bold', 'italic' ]
+		},
 		mention: {
 			feeds: [
 				{