1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Updates path and lang setting in manifest

This commit is contained in:
Selamanse 2017-07-18 14:38:22 +02:00
parent 010de888a5
commit 8842053fe9

View file

@ -29,6 +29,15 @@
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for RocketChat"
},
"example": "/chat",
"default": "/chat"
},
{
"name": "is_public",
"ask": {
@ -36,7 +45,15 @@
},
"choices": ["Yes", "No"],
"default": "No"
}
},
{
"name": "lang",
"ask": {
"en": "Select default language",
},
"choices": ["English"],
"default": "English"
}
]
}
}