Add required fields and validation info for filebrowser credentials

This commit is contained in:
gyurix
2025-08-04 15:39:14 +02:00
parent ea7bec4dfc
commit 92fbb27e80

View File

@@ -13,12 +13,15 @@
{
"description": "Username",
"key": "FILEBROWSER_USER",
"value": ""
"value": "",
"required": "true"
},
{
"description": "Password",
"key": "FILEBROWSER_PASS",
"info": "The password minimum length is 12 characters.",
"value": "",
"required": "true",
"type": "password"
}
]