1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

app: improve the manifest file

This commit is contained in:
Pierre de La Morinerie 2020-02-08 23:33:30 +01:00
parent f07b4a7822
commit d80f335f9d

View file

@ -18,7 +18,7 @@
"nginx"
],
"requirements": {
"yunohost": ">= 2.7.0"
"yunohost": ">= 3.2.0"
},
"arguments": {
"install" : [
@ -44,14 +44,15 @@
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Can guest users access this chat?",
"fr": "Les utilisateurs non-enregistrés peuvent-ils accéder à ce chat ?"
"help": {
"en": "Can users non registered on Yunohost access this chat?",
"fr": "Les invités non-enregistrés sur Yunohost peuvent-ils accéder à ce chat ?"
},
"default": true
},
{
"name": "admin_email",
"type": "string",
"ask": {
"en": "Login email for the chat admin",
"fr": "Adresse email de login pour ladministrateur du chat"
@ -70,6 +71,7 @@
},
{
"name": "admin_locale",
"type": "string",
"ask": {
"en": "Choose the language of the chat for the admin",
"fr": "Choissisez la langue utilisée pour l'administrateur"
@ -79,11 +81,13 @@
},
{
"name": "team_display_name",
"type": "string",
"ask": {
"en": "Choose a Team name",
"fr": "Choisissez le nom de léquipe"
},
"example": "Super Groupe",
"example": "Team",
"default": "Team",
"optional": false
},
{