We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69c48eb + 7063a7a commit cf1ac30Copy full SHA for cf1ac30
packages/ckeditor5-emoji/ckeditor5-metadata.json
@@ -5,14 +5,20 @@
5
"className": "Emoji",
6
"description": "Allows for inserting emojis via a dropdown or by typing `:` followed by emoji name.",
7
"path": "src/emoji.js",
8
- "docs": "features/emoji.html"
+ "docs": "features/emoji.html",
9
+ "requires": [
10
+ "Mention"
11
+ ]
12
},
13
{
14
"name": "Emoji mention",
15
"className": "EmojiMention",
16
"description": "Allows for inserting emojis by typing `:` followed by emoji name.",
17
"path": "src/emojimention.js",
18
19
20
21
22
23
24
"name": "Emoji picker",
0 commit comments