Visible
Last updated
Was this helpful?
Was this helpful?
{
"groups": [{
"title": "CTA Badge",
"icon": "tag",
"properties": [{
"title": "Show Badge",
"id": "showBadge",
"responsive": false,
"switch": {
"default": false
}
}, {
"title": "Badge Text",
"id": "badgeText",
"visible": "showBadge == true",
"text": {
"default": "Limited Offer"
}
}, {
"title": "Badge Offset",
"id": "badgeOffset",
"visible": "showBadge == true",
"slider": {
"default": 8,
"min": 0,
"max": 24,
"round": true,
"units": "px"
}
}]
}, {
"title": "Coupon Rules",
"icon": "ticket",
"properties": [{
"title": "Coupon Code",
"id": "couponCode",
"responsive": false,
"text": {}
}, {
"information": {},
"title": "Valid format: SAVE10, SAVE25",
"visible": "couponCode matches /^SAVE[0-9]{2}$/"
}]
}]
}