-
-
Notifications
You must be signed in to change notification settings - Fork 282
get values_ui_mapping from script #806
Copy link
Copy link
Open
Labels
Description
Not sure if this is supported and I'm not hitting the right syntax or if it's just not implemented.
I'm trying to do something like this:
{
"name": "Group",
"required": true,
"type": "list",
"values": [ "Apple" ],
"values_ui_mapping": { "script": "/opt/scripts/test2.sh" }
}
Is that supported?
Reactions are currently unavailable