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/",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user