mirror of
https://github.com/flarum/framework.git
synced 2025-03-06 10:05:34 +08:00
Add icon
This commit is contained in:
parent
637e3abfc9
commit
ca85d1ebe2
@ -2,7 +2,7 @@
|
|||||||
"name": "emoji",
|
"name": "emoji",
|
||||||
"title": "Emoji",
|
"title": "Emoji",
|
||||||
"description": "Convert text and unicode emoji into Twemoji.",
|
"description": "Convert text and unicode emoji into Twemoji.",
|
||||||
"keywords": [],
|
"keywords": ["discussions"],
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Toby Zerner",
|
"name": "Toby Zerner",
|
||||||
@ -12,5 +12,10 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"flarum": ">0.1.0"
|
"flarum": ">0.1.0"
|
||||||
|
},
|
||||||
|
"icon": {
|
||||||
|
"name": "smile-o",
|
||||||
|
"backgroundColor": "#FFC700",
|
||||||
|
"color": "#000"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user