refactored config plugin defintions
This commit is contained in:
+4
-1
@@ -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 []
|
||||
|
||||
Reference in New Issue
Block a user