diff --git a/manifest.json b/manifest.json index 73293d3..1cba9b7 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "email": "anmol@datamol.org" }, "requirements": { - "yunohost": ">= 4.0.0" + "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ @@ -26,38 +26,22 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Moodle", - "fr": "Choisissez un nom de domaine pour Moodle" - }, "example": "example.com" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Moodle", - "fr": "Choisissez un chemin pour Moodle" - }, "example": "/moodle", "default": "/moodle" }, { "name": "admin", "type": "user", - "ask": { - "en": "Choose the Moodle administrator (must be an existing YunoHost user)", - "fr": "Administrateur du site (doit ĂȘtre un utilisateur YunoHost existant)" - }, "example": "johndoe" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": true } ]