Link in Bio

"name": "Link in Bio", "settings": [ { "type": "image_picker", "id": "logo", "label": "Logo" }, { "type": "text", "id": "heading", "label": "Heading", "default": "Frenchie Coffee Roasters" }, { "type": "textarea", "id": "description", "label": "Description", "default": "Hand‑crafted, small‑batch, organically roasted in Cibolo, TX. Fueling your day & supporting animal rescues 🐾" } ], "blocks": [ { "type": "link", "name": "Link Button", "settings": [ { "type": "text", "id": "label", "label": "Link Label" }, { "type": "url", "id": "url", "label": "Link URL" } ] } ], "max_blocks": 10, "presets": [ { "name": "Link in Bio" } ] } {% endschema %}
{% if section.settings.logo != blank %} {% endif %}

{{ section.settings.heading }}

{{ section.settings.description }}

{% for block in section.blocks %} {% if block.settings.label != blank and block.settings.url != blank %} {{ block.settings.label }} {% endif %} {% endfor %}

A portion of every purchase helps animals in need.