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
@@ -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 []