As the title suggests
e.g. in my case the control the “New Tab” checkbox for a custom button component. ( ‘anchor_blank’)
Thanks
As the title suggests
e.g. in my case the control the “New Tab” checkbox for a custom button component. ( ‘anchor_blank’)
Thanks
Hi Sam,
Thanks for reaching out.
It is not very clear about your problem. Can you please explain a bit more any screenshot and video will be helpful to recognize the problem?
Thanks
Maybe you have a new parameter like this
"new-window" : {
"type" : "choose",
"initial": false,
"options" : [
{ "value" : false, "label" : "No" },
{ "value" : true, "label" : "Yes" }
]
},
![]()
and you want it to trigger this attribute on the button element.

Hey Sam,
The New Tab checkbox does not output a boolean but an attribute and value for the button. We don’t have a parameter like that currently but I’ll list this down as a feature request.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.