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/",
"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"
}
]