Theme Settings

Block Settings

Reads values from an individual block inside a section loop.

Copy or embed this snippet

{% for block in section.blocks %}
  <div {{ block.shopify_attributes }}>
    <h3>{{ block.settings.heading }}</h3>
    <p>{{ block.settings.text }}</p>
  </div>
{% endfor %}

Embed this snippet on your blog or docs — attribution link appreciated: HTML to Liquid Converter · Convert to Shopify section →

Practice in the converter workspace

Draft OS 2.0 section output after you choose the right design pattern.