From bdd9704fd3d3a8845cafb31d4d970476cf451da8 Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Tue, 17 May 2022 17:49:45 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/manifest.json b/manifest.json index 41903c3..d742a18 100644 --- a/manifest.json +++ b/manifest.json @@ -40,23 +40,6 @@ "type": "path", "example": "/tinyfilemanager", "default": "/tinyfilemanager" - }, - { - "name": "is_public", - "type": "boolean", - "default": true - }, - { - "name": "admin", - "type": "user" - }, - { - "name": "password", - "type": "password", - "help": { - "en": "Password", - "fr": "Mot de passe" - } } ] }