Skip to content

Commit cf1ac30

Browse files
authored
Merge pull request #17874 from ckeditor/update-emoji-metadata
Internal: Update Emoji metadata.
2 parents 69c48eb + 7063a7a commit cf1ac30

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/ckeditor5-emoji/ckeditor5-metadata.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@
55
"className": "Emoji",
66
"description": "Allows for inserting emojis via a dropdown or by typing `:` followed by emoji name.",
77
"path": "src/emoji.js",
8-
"docs": "features/emoji.html"
8+
"docs": "features/emoji.html",
9+
"requires": [
10+
"Mention"
11+
]
912
},
1013
{
1114
"name": "Emoji mention",
1215
"className": "EmojiMention",
1316
"description": "Allows for inserting emojis by typing `:` followed by emoji name.",
1417
"path": "src/emojimention.js",
15-
"docs": "features/emoji.html"
18+
"docs": "features/emoji.html",
19+
"requires": [
20+
"Mention"
21+
]
1622
},
1723
{
1824
"name": "Emoji picker",

0 commit comments

Comments
 (0)