refactored config plugin defintions

This commit is contained in:
2026-04-21 14:18:52 -07:00
parent bc95a5c45d
commit 90787bd0a2
7 changed files with 439 additions and 321 deletions
+4 -1
View File
@@ -20,9 +20,12 @@ class Store(ABC):
{
"key": "PATH",
"label": "Store Location",
"group": "Storage",
"type": "path", # text|boolean|integer|float|path|secret|multiline
"default": "",
"required": True,
"choices": ["/mnt/media", "/srv/data"]
"choices": ["/mnt/media", "/srv/data"],
"placeholder": "/srv/data"
}
"""
return []