8
0
Просмотр исходного кода

Tests: Added the remove-format icon to the iconset manual test (see ckeditor/ckeditor5-remove-format#1).

Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
29c6e45881
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      packages/ckeditor5-theme-lark/tests/manual/iconset.js

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

@@ -57,6 +57,8 @@ import media from '@ckeditor/ckeditor5-media-embed/theme/icons/media.svg';
 
 import paragraph from '@ckeditor/ckeditor5-paragraph/theme/icons/paragraph.svg';
 
+import removeFormat from '@ckeditor/ckeditor5-remove-format/theme/icons/remove-format.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';
@@ -98,6 +100,9 @@ const icons = {
 	// paragraph
 	paragraph,
 
+	// remove-format
+	removeFormat,
+
 	// table
 	table, tableRow, tableColumn, tableMergeCell,