Shopify Schema Builder

Share :

Schema

Settings

Blocks

Presets

My New Section

{% schema %}
{
  "name": "My New Section",
  "tag": "section",
  "settings": [],
  "blocks": [],
  "presets": [
    {
      "name": "My New Section"
    }
  ]
}
{% endschema %}

{% stylesheet %}
{% endstylesheet %}

{% javascript %}
{% endjavascript %}

.liquid

{% schema %}
{
  "name": "My New Section",
  "tag": "section",
  "settings": [],
  "blocks": [],
  "presets": [
    {
      "name": "My New Section"
    }
  ]
}
{% endschema %}

{% stylesheet %}
{% endstylesheet %}

{% javascript %}
{% endjavascript %}