Skip to content

Instantly share code, notes, and snippets.

@liamgriffin
Created September 6, 2021 10:11
Show Gist options
  • Save liamgriffin/1031405999c09e99e12498d7db62c6bc to your computer and use it in GitHub Desktop.
Save liamgriffin/1031405999c09e99e12498d7db62c6bc to your computer and use it in GitHub Desktop.
How to Create Shopify Blocks | Main Product section with blocks
{% schema %}
{
"name": "Main product section",
"blocks": [
{
"type": "title",
"name": "Title",
"limit": 1
},
{
"type": "price",
"name": "Price",
"limit": 1
},
{
"type": "vendor",
"name": "Vendor",
"limit": 1
},
{
"type": "description",
"name": "Description",
"limit": 1
}
]
}
{% endschema %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment