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" } - ] } }