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:
parent
48c299c2ad
commit
5d263e504c
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user