From 1b6ad3f87ee3e386e0f18d53317d808bafd7c587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 16 Mar 2021 17:34:55 +0100 Subject: [PATCH] Remove ask (#36) --- manifest.json | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) 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 } ]