refactored config plugin defintions
This commit is contained in:
@@ -208,10 +208,13 @@ class Provider(ABC):
|
||||
{
|
||||
"key": "api_key",
|
||||
"label": "API Key",
|
||||
"group": "Authentication",
|
||||
"type": "text", # text|boolean|integer|float|path|secret|multiline
|
||||
"default": "",
|
||||
"required": True,
|
||||
"secret": True,
|
||||
"choices": ["Option 1", "Option 2"]
|
||||
"choices": ["Option 1", "Option 2"],
|
||||
"placeholder": "Paste value here"
|
||||
}
|
||||
"""
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user