Regular Expressions
{
"groups": [{
"title": "Coupon Settings",
"properties": [{
"title": "Coupon Code",
"id": "couponCode",
"text": {
"default": "SAVE10",
"subtitle": "Use SAVE10, SAVE20, etc."
}
}, {
"visible": "couponCode matches /^SAVE[0-9]{2}$/",
"title": "Discount",
"id": "discountPercent",
"format": "{{value}}%",
"slider": {
"default": 10,
"min": 0,
"max": 50,
"round": true,
"units": "%"
}
}]
}]
}Last updated
Was this helpful?

