ソースを参照

Tests: Added table icons to the iconset manual test (see ckeditor/ckeditor5-table#1).

Aleksander Nowodzinski 7 年 前
コミット
3c06fda87b
1 ファイル変更10 行追加0 行削除
  1. 10 0
      packages/ckeditor5-theme-lark/tests/manual/iconset.js

+ 10 - 0
packages/ckeditor5-theme-lark/tests/manual/iconset.js

@@ -43,6 +43,13 @@ import unlink from '@ckeditor/ckeditor5-link/theme/icons/unlink.svg';
 import bulletedList from '@ckeditor/ckeditor5-list/theme/icons/bulletedlist.svg';
 import numberedList from '@ckeditor/ckeditor5-list/theme/icons/numberedlist.svg';
 
+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';
 
@@ -70,6 +77,9 @@ const icons = {
 	// list
 	bulletedList, numberedList,
 
+	// table
+	table, tableRow, tableColumn, tableMergeCell, tableSplitCell, tableHeaders,
+
 	// undo
 	undo, redo
 };