Sfoglia il codice sorgente

Tests: Added the select all icon to the iconset test.

Aleksander Nowodzinski 5 anni fa
parent
commit
bb78b3da47

+ 1 - 0
packages/ckeditor5-theme-lark/package.json

@@ -30,6 +30,7 @@
     "@ckeditor/ckeditor5-paragraph": "^18.0.0",
     "@ckeditor/ckeditor5-remove-format": "^18.0.0",
     "@ckeditor/ckeditor5-restricted-editing": "^18.0.0",
+    "@ckeditor/ckeditor5-select-all": "^0.0.1",
     "@ckeditor/ckeditor5-special-characters": "^18.0.0",
     "@ckeditor/ckeditor5-undo": "^18.0.0",
     "@ckeditor/ckeditor5-utils": "^18.0.0",

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

@@ -78,6 +78,8 @@ import removeFormat from '@ckeditor/ckeditor5-remove-format/theme/icons/remove-f
 import contentLock from '@ckeditor/ckeditor5-restricted-editing/theme/icons/contentlock.svg';
 import contentUnlock from '@ckeditor/ckeditor5-restricted-editing/theme/icons/contentunlock.svg';
 
+import selectAll from '@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg';
+
 import specialCharacters from '@ckeditor/ckeditor5-special-characters/theme/icons/specialcharacters.svg';
 
 import table from '@ckeditor/ckeditor5-table/theme/icons/table.svg';
@@ -144,6 +146,9 @@ const icons = {
 	// restricted-editing
 	contentLock, contentUnlock,
 
+	// select-all
+	selectAll,
+
 	// special-characters
 	specialCharacters,