1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Icon addition (#6)

This commit is contained in:
Arda Çebi
2018-08-20 00:34:22 +03:00
committed by Franz Liedke
parent 7672d610c3
commit 39bf15f026

View File

@@ -27,7 +27,12 @@
"dev-master": "0.1.x-dev"
},
"flarum-extension": {
"title": "Statistics"
"title": "Statistics",
"icon": {
"name": "fas fa-chart-bar",
"backgroundColor": "#6932d1",
"color": "#fff"
}
}
}
}