TEST
{% if section.settings.title != blank %}
{% for block in section.blocks %}
{{ section.settings.title | escape }}
{% endif %} {% if section.settings.text != blank %}{{ section.settings.text }}
{% endif %}{% case block.type %} {% when 'page' %} {% if block.settings.show_title %}
{% endfor %}{{ pages[block.settings.page].title }}
{% endif %}{{ pages[block.settings.page].content }}
{% when 'richtext' %} {% if block.settings.title != blank %}
{{ block.settings.title | escape }}
{% endif %}{{ block.settings.text }}
{% endcase %}Use this text to share information about your brand with your customers. Describe a product, share announcements, or welcome customers to your store.
" }, { "type": "select", "id": "alignment", "label": "Alignment", "default": "center", "options": [ {"value": "left", "label": "Left"}, {"value": "center", "label": "Center"}, {"value": "right", "label": "Right"} ] } ], "blocks": [ { "type": "page", "name": "Page", "settings": [ { "type": "page", "id": "page", "label": "Page content" }, { "type": "checkbox", "id": "show_title", "label": "Show title", "default": false } ] }, { "type": "richtext", "name": "Rich text", "settings": [ { "type": "text", "id": "title", "label": "Heading", "default": "Rich text" }, { "type": "richtext", "id": "text", "label": "Text", "default": "Use this text to share information about your brand with your customers. Describe a product, share announcements, or welcome customers to your store.
" } ] } ], "presets": [ { "name": "Rich text", "category": "Text" } ] } {% endschema %}