From 96a1d437195b79f6f715c3df01305862bf0594c3 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Fri, 5 Feb 2021 11:39:59 +0530 Subject: [PATCH] Forgot to add root option in manifesto --- manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.json b/manifest.json index 1169e90..46b7e51 100644 --- a/manifest.json +++ b/manifest.json @@ -49,6 +49,15 @@ "example": "/adminer", "default": "/adminer" }, + { + "name": "root_access", + "type": "boolean", + "ask": { + "en": "Allow root access(For security its disabled by default)?", + "fr": "Autoriser l'accès racine (pour la sécurité désactivée par défaut)?" + }, + "default": false + }, { "name": "is_public", "type": "boolean",