Hi,
Im using button components with a set of parameters.
I found a way to add the open on new tab and it worked for a while, but now it doenst work.
How can i solve it?
"target" : {
"type" : "choose",
"label" : "Target",
"initial" : "_self",
"options" : [
{ "value" : "_self", "label" : "_self" },
{ "value" : "blank", "label" : "_blank" }
]
}
}
