is here! Shop now, pay later in 4 easy installments
ⓘ
{% endif %}
{% schema %}
{
"name": "Cash App Afterpay Banner",
"settings": [
{
"type": "checkbox",
"id": "should_show_banner",
"label": "Show Afterpay banner",
"default": true
},
{
"type": "select",
"id": "banner_color",
"label": "Banner color",
"options": [
{
"group": "Color options",
"value": "black",
"label": "Black"
},
{
"group": "Color options",
"value": "white",
"label": "White"
},
{
"group": "Color options",
"value": "green",
"label": "Green"
}
],
"default": "white"
}
]
}
{% endschema %}