Shopify blocks
{% for block in section.blocks %}
{{ block.settings.setting }}
{% endfor %}
{% schema %}
{
"name": "Section name",
"blocks": [
{
"name": "name",
"type": "type",
"settings": [
{
"type": "type",
"id": "id",
"label": "label"
}
]
}
]
}
{% endschema %}