Changed option for Plugin Installer from text to boolean (#401)

Co-authored-by: Sascha Claren <sascha@saschas-macbook-pro.local>
This commit is contained in:
sclaren 2023-04-28 20:54:56 +02:00 committed by GitHub
parent 48c299c2ad
commit 5d263e504c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,9 @@
"website": "https://kanboard.org/", "website": "https://kanboard.org/",
"form_fields": [ "form_fields": [
{ {
"type": "text", "type": "boolean",
"label": "Enable Plugin Installer (true or false)", "label": "Enable Plugin Installer",
"max": 5, "required": false,
"min": 4,
"required": true,
"env_variable": "PLUGIN_INSTALLER" "env_variable": "PLUGIN_INSTALLER"
} }
] ]