From 0ae7ecdce7568963195820fe9c1afe1fcaf8df78 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Tue, 2 Nov 2021 01:52:44 +0300 Subject: [PATCH] add domain warning --- manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 15784f6..2fab937 100644 --- a/manifest.json +++ b/manifest.json @@ -32,7 +32,11 @@ "install": [ { "name": "domain", - "type": "domain" + "type": "domain", + "help": { + "en": "Choose the domain where this app should be installed. This app requires a whole subdomain and doesn't support sub-paths.", + "fr": "Choisissez un domaine. Cette app a besoin de tout un sous-domaine à elle toute seule." + } }, { "name": "admin", @@ -45,11 +49,7 @@ }, { "name": "password", - "type": "password", - "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." - } + "type": "password" }, { "name": "language",