Home

Published

- 1 min read

Shopify blocks

img of Shopify blocks

The solution for this is noted below

Shopify blocks

Solution

   {% 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 %}

Try other methods by searching on the site. That is if this doesn’t work