Skip to content

Commit c7cba2c

Browse files
authored
Merge pull request #17878 from ckeditor/release-emoji-metadata
Internal: Added missing UI component to the Emoji plugin.
2 parents 85227b5 + a5e9ccb commit c7cba2c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/ckeditor5-emoji/ckeditor5-metadata.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"docs": "features/emoji.html",
99
"requires": [
1010
"Mention"
11+
],
12+
"uiComponents": [
13+
{
14+
"type": "Button",
15+
"name": "emoji",
16+
"iconPath": "@ckeditor/ckeditor5-core/theme/icons/emoji.svg"
17+
}
1118
]
1219
},
1320
{

0 commit comments

Comments
 (0)