Hi,
i found this thread: How-to multi-select parameter options of “choose” type and tried following:
{
“hide” : {
“type” : “choose”,
“label” : “Hide”,
“initial” : “h1”,
“multiple” : “true”,
“options” : [
{ “value” : “x-hide-xs”, “icon”: “ui:size-xs”, “label” : “” },
{ “value” : “x-hide-sm”, “icon”: “ui:size-sm”, “label” : “” },
{ “value” : “x-hide-md”, “icon”: “ui:size-md”, “label” : “” },
{ “value” : “x-hide-lg”, “icon”: “ui:size-lg”, “label” : “” },
{ “value” : “x-hide-xl”, “icon”: “ui:size-xl”, “label” : “” }
]
}
}
with the “multiple” : “true”.
But it won’t work.
Best
Tobi