From bce26e650a6b71a973fb0022439974bec5e2b417 Mon Sep 17 00:00:00 2001 From: Sascha Claren Date: Thu, 20 Apr 2023 12:19:14 +0000 Subject: [PATCH] Added options for Plugin Field --- apps/kanboard/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/kanboard/config.json b/apps/kanboard/config.json index f5e06bb3..fa0da96c 100644 --- a/apps/kanboard/config.json +++ b/apps/kanboard/config.json @@ -14,7 +14,7 @@ "form_fields": [ { "type": "text", - "label": "Enable Plugin Installer", + "label": "Enable Plugin Installer (TRUE or FALSE)", "max": 5, "min": 4, "required": true,