1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 20:02:06 +02:00

Update for composer branch, add svg icon

This commit is contained in:
Toby Zerner
2015-10-03 16:25:17 +09:30
parent d2cb4c2d77
commit 520d52a048
4 changed files with 56 additions and 45 deletions

View File

@@ -0,0 +1,29 @@
{
"name": "flarum/english",
"type": "flarum-extension",
"description": "English language pack.",
"license": "MIT",
"require": {
"composer/installers": "dev-master"
},
"extra": {
"flarum-extension": {
"title": "English",
"icon": {
"backgroundImage": "url('{$assets}/icon.svg')",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "en",
"title": "English"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/tobscure/installers"
}
]
}