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?