Creating custom buttons with more types | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ShaileshBassi

hi @abhilashmo4 IMO, you can create your own custom component over here, and leverage the options for selecting and decorating the block 

{
"component": "select",
"label": "Button Type",
"name": "filter_ButtonType",
"valueType": "string",
"options": [
{ "name": "option1", "value": "Option 1" },
{ "name": "option2", "value": "Option 2" },
{ "name": "option3", "value": "Option 3" },
{ "name": "option4", "value": "Option 4" },
{ "name": "option5", "value": "Option 5" },
{ "name": "option6", "value": "Option 6" }
]
}

 

Hope this helps!

Thanks 

1 reply

ShaileshBassi
Community Advisor
ShaileshBassiCommunity AdvisorAccepted solution
Community Advisor
May 9, 2025

hi @abhilashmo4 IMO, you can create your own custom component over here, and leverage the options for selecting and decorating the block 

{
"component": "select",
"label": "Button Type",
"name": "filter_ButtonType",
"valueType": "string",
"options": [
{ "name": "option1", "value": "Option 1" },
{ "name": "option2", "value": "Option 2" },
{ "name": "option3", "value": "Option 3" },
{ "name": "option4", "value": "Option 4" },
{ "name": "option5", "value": "Option 5" },
{ "name": "option6", "value": "Option 6" }
]
}

 

Hope this helps!

Thanks