From 86f89537fbbdef89b51fbe49a3fce9462d9a56ad Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 24 Nov 2018 18:05:12 +0100 Subject: [PATCH] Integration Admin Panel --- manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8834d54..c27e3f1 100644 --- a/manifest.json +++ b/manifest.json @@ -53,6 +53,14 @@ }, "example": "homer" }, + { + "password": "password", + "type": "password", + "ask": { + "en": "Enter a password to access the admin panel", + "fr": "Entrer un mot de passe pour accéder au tableau d'administration" + } + }, { "name": "public_site", "ask": { @@ -63,7 +71,6 @@ "default": "No" } - ] } }