From 5d263e504cc71f9d8a34deee0241c3bc4af08b43 Mon Sep 17 00:00:00 2001 From: sclaren Date: Fri, 28 Apr 2023 20:54:56 +0200 Subject: [PATCH] Changed option for Plugin Installer from text to boolean (#401) Co-authored-by: Sascha Claren --- apps/kanboard/config.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/kanboard/config.json b/apps/kanboard/config.json index 5e62a02c..21bb1c26 100644 --- a/apps/kanboard/config.json +++ b/apps/kanboard/config.json @@ -14,11 +14,9 @@ "website": "https://kanboard.org/", "form_fields": [ { - "type": "text", - "label": "Enable Plugin Installer (true or false)", - "max": 5, - "min": 4, - "required": true, + "type": "boolean", + "label": "Enable Plugin Installer", + "required": false, "env_variable": "PLUGIN_INSTALLER" } ]