From 143c4fa5e5db41f84b53a72b39db15f07c4b28c1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 10 Mar 2022 20:02:46 +0100 Subject: [PATCH] Fix placeholder --- manifest.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 1512cc8..2fc5605 100644 --- a/manifest.json +++ b/manifest.json @@ -29,7 +29,7 @@ "mysql" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" @@ -61,11 +61,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" } ] }