From 50f549f2435a4c608bbc7ced64c8355ea849e0b7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 6 Apr 2021 12:14:01 +0200 Subject: [PATCH] Remove ask --- manifest.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/manifest.json b/manifest.json index e6bcc8e..9c8acf9 100644 --- a/manifest.json +++ b/manifest.json @@ -27,29 +27,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for Nextcloud", - "fr": "Choisissez un domaine pour Nextcloud" - }, "example": "domain.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Nextcloud", - "fr": "Choisissez un chemin pour Nextcloud" - }, "example": "/nextcloud", "default": "/nextcloud" }, { "name": "admin", "type": "user", - "ask": { - "en": "Choose the Nextcloud administrator (must be an existing YunoHost user)", - "fr": "Choisissez l'administrateur de Nextcloud (doit ĂȘtre un utilisateur YunoHost existant)" - }, "example": "homer" }, {