From a976cbd33255f9bae6ef987b865a8471dc062ec2 Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 4 Jan 2019 16:56:32 +0100 Subject: [PATCH] add password --- manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/manifest.json b/manifest.json index c01e785..fb7da39 100644 --- a/manifest.json +++ b/manifest.json @@ -52,6 +52,19 @@ "fr": "Est-ce un site public ?" }, "default": "true" + }, + { + "name": "password", + "type": "password", + "ask": { + "en": "Set the administrator password", + "fr": "Définissez le mot de passe administrateur" + }, + "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." + }, + "example": "Choose a password" } ] }