8
0
Pārlūkot izejas kodu

Manual tests: added edit icon.

Damian Konopka 8 gadi atpakaļ
vecāks
revīzija
62774bf3b8

+ 4 - 1
packages/ckeditor5-theme-lark/tests/manual/iconset.js

@@ -88,7 +88,10 @@ ClassicEditor
 		plugins: [
 			ArticlePluginSet, FakeIcons
 		],
-		toolbar: [ 'headings', 'bold', 'italic', 'strikethrough', 'underline', 'link', 'unlink', 'bulletedList', 'numberedList', 'blockquote', 'code', 'undo', 'redo', 'imagestylefull', 'imagestyleside', 'imagetextalternative', 'insertImage' ]
+		toolbar: [
+			'headings', 'bold', 'italic', 'strikethrough', 'underline', 'link', 'unlink', 'bulletedList', 'numberedList', 'blockquote',
+			'code', 'undo', 'redo', 'imagestylefull', 'imagestyleside', 'imagetextalternative', 'insertImage'
+		]
 	} )
 	.then( editor => {
 		window.editor = editor;