|
|
@@ -47,8 +47,6 @@ import table from '@ckeditor/ckeditor5-table/theme/icons/table.svg';
|
|
|
import tableRow from '@ckeditor/ckeditor5-table/theme/icons/table-row.svg';
|
|
|
import tableColumn from '@ckeditor/ckeditor5-table/theme/icons/table-column.svg';
|
|
|
import tableMergeCell from '@ckeditor/ckeditor5-table/theme/icons/table-merge-cell.svg';
|
|
|
-import tableSplitCell from '@ckeditor/ckeditor5-table/theme/icons/table-split-cell.svg';
|
|
|
-import tableHeaders from '@ckeditor/ckeditor5-table/theme/icons/table-headers.svg';
|
|
|
|
|
|
import undo from '@ckeditor/ckeditor5-undo/theme/icons/undo.svg';
|
|
|
import redo from '@ckeditor/ckeditor5-undo/theme/icons/redo.svg';
|
|
|
@@ -78,7 +76,7 @@ const icons = {
|
|
|
bulletedList, numberedList,
|
|
|
|
|
|
// table
|
|
|
- table, tableRow, tableColumn, tableMergeCell, tableSplitCell, tableHeaders,
|
|
|
+ table, tableRow, tableColumn, tableMergeCell,
|
|
|
|
|
|
// undo
|
|
|
undo, redo
|