1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Update manifest.json

Adding title field for #7
This commit is contained in:
TitusPiJean 2016-10-08 20:00:14 +02:00 committed by GitHub
parent 56961b6cd0
commit e2c1671c3e

View file

@ -43,6 +43,15 @@
"example": "/flarum", "example": "/flarum",
"default": "/flarum" "default": "/flarum"
}, },
{
"name": "title",
"ask": {
"en": "Choose a title for your forum",
"fr": "Choisissez un titre pour votre forum"
},
"example": "My forum",
"default": ""
},
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user",