-
-
Save shopifypartners/2d0bb16c0276bf3a81a77ed71152e252 to your computer and use it in GitHub Desktop.
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": [ | |
{"name": "Simple Featured Product"} | |
] | |
} | |
{% endschema %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment