Insider Cloth Special Offer
{% if section.settings.show_call_to_action == true %}
{% endif %}
{% schema %}
{
"name": "Call to action",
"settings": [
{
"type": "checkbox",
"id": "show_call_to_action",
"label": "Show call to action button",
"default": false
},
{
"id": "text-box",
"type": "text",
"label": "Heading"
},
{
"id": "link",
"type": "url",
"label": "Button link"
},
{
"id": "linktext",
"type": "text",
"label": "Button text",
"default": "Click here"
}
]
}
{% endschema %}
{% stylesheet %}
{% endstylesheet %}
{% javascript %}
{% endjavascript %}