diff --git a/manifest.json b/manifest.json index 6b0f776..8db2e0a 100644 --- a/manifest.json +++ b/manifest.json @@ -13,12 +13,12 @@ "name": "scith, Djip007, polytan02" }, "requirements": { - "yunohost": ">= 2.7.2" + "yunohost": ">= 3.4" }, "multi_instance": true, "services": [ "nginx", - "php5-fpm", + "php7.0-fpm", "mysql" ], "arguments": { @@ -30,7 +30,7 @@ "en": "Choose a domain for Rainloop", "fr": "Choisissez un domaine pour Rainloop" }, - "example": "domain.org" + "example": "example.com" }, { "name": "path", @@ -52,13 +52,28 @@ "default": false }, { - "name": "password", - "type": "password", + "name": "lang", + "type": "string", "ask": { - "en": "Choose a strong password for the 'admin' user", - "fr": "Choisissez un mot de passe fort pour l'administrateur, 'admin'" - } + "en": "Choose the application language", + "fr": "Choisissez la langue de l'application" + }, + "choices": ["English", "Francais"], + "default": "English" }, + { + "name": "password", + "type": "password", + "ask": { + "en": "Set the administrator password", + "fr": "Définissez le mot de passe administrateur" + }, + "help": { + "en": "Use the help field to add an information for the admin about this question.", + "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." + }, + "example": "Choose a password" + }, { "name": "ldap", "type": "boolean", @@ -67,15 +82,6 @@ "fr": "Souhaitez-vous ajouter les utilisateurs YunoHost dans les suggestions de destinataires ?" }, "default": true - }, - { - "name": "lang", - "ask": { - "en": "Select default language", - "fr": "Definir la langue par defaut" - }, - "choices": ["English", "Francais"], - "default": "English" } ] }