This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
└─ theme | |
├─ assets | |
├─ config | |
├─ layout | |
│ └─ theme.liquid | |
├─ locales | |
└─ sections | |
├─ footer-group.json | |
├─ header.liquid | |
├─ header-group.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> This is a simple featured product section </h> | |
<p>{{ section.settings.featured_product.title }}</p> | |
{% schema %} | |
{ | |
"name": "Simple Featured Product", | |
"disabled_on": { | |
"templates": ["password"], | |
"groups": ["header"] | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> This is a simple featured product section </h> | |
<p>{{ section.settings.featured_product.title }}</p> | |
{% schema %} | |
{ | |
"name": "Simple Featured Product", | |
"disabled_on": { | |
"templates": ["password"] | |
}, | |
"settings": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> This is a simple featured product section </h> | |
<p>{{ section.settings.featured_product.title }}</p> | |
{% schema %} | |
{ | |
"name": "Simple Featured Product", | |
"settings": [ | |
{"type": "product", "id": "featured_product", "label": "Featured Product"} | |
], | |
"presets": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "t:sections.header.name", | |
"type": "header", | |
"sections": { | |
"announcement-bar": { | |
"type": "announcement-bar", | |
"blocks": { | |
"announcement-bar-0": { | |
"type": "announcement", | |
"settings": { |