From cf48546861a174c84fb74040b0c7b7bdcb266503 Mon Sep 17 00:00:00 2001 From: Inrepublica Date: Wed, 25 Mar 2020 19:22:43 +0100 Subject: [PATCH] Update manifest.json Add help and type in JSON. --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index a484e93..57ce960 100644 --- a/manifest.json +++ b/manifest.json @@ -45,6 +45,10 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "Be careful, putting this application in public will expose some sensitive information.", + "fr": "Attention mettre cette application en publique exposera certaines informations sensibles." + }, "ask": { "en": "Is it a public website?", "fr": "Est-ce un site public ?" @@ -53,6 +57,7 @@ }, { "name": "language", + "type": "string", "ask": { "en": "Default Language?", "fr": "Langue par défaut ?" @@ -62,6 +67,7 @@ }, { "name": "display_mode", + "type": "string", "ask": { "en": "Display Mode?", "fr": "Mode d'affichage ?"