From d861e5660116273fd116bb1c96611bec65ff6ab8 Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 4 Jan 2019 16:58:18 +0100 Subject: [PATCH] add email --- manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/manifest.json b/manifest.json index fb7da39..5ea8ead 100644 --- a/manifest.json +++ b/manifest.json @@ -53,6 +53,19 @@ }, "default": "true" }, + { + "name": "email", + "type": "email", + "ask": { + "en": "Set the administrator email", + "fr": "Définissez l'email 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 email" + }, { "name": "password", "type": "password",