{% for block in section.blocks %} {% if block.type == "promo-box" %}

{{ block.settings.title }}

{{ block.settings.description }}

{% elsif block.type == "image-picker" %} {% endif %} {% endfor %} {% schema %} { "name": "Promotional Blocks", "max_blocks": 5, "presets": [ { "name": "Promotional Blocks", "category": "Custom Homepage Content" } ], "blocks": [ { "type": "promo-box", "name": "Promotional Box", "limit": 1, "settings": [ { "id": "title", "type": "text", "label": "Title", "default": "your title here" }, { "id": "description", "type": "textarea", "label": "Description", "default": "your description here" } ] }, { "type": "image-picker", "name": "Promo Image", "settings": [ { "id": "promo-image", "type": "image_picker", "label": "Promo Image" } ] } ] } {% endschema %} {% stylesheet %} {% endstylesheet %} {% javascript %} {% endjavascript %}