Created
September 6, 2021 10:14
-
-
Save liamgriffin/b76fe497461f27bd218368d147aede3a to your computer and use it in GitHub Desktop.
How to Create Shopify Blocks | Product JSON template
This file contains hidden or 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
{ | |
"sections": { | |
"main": { | |
"type": "main-product", | |
"blocks": { | |
"title": { | |
"type": "title", | |
"settings": { | |
} | |
}, | |
"price": { | |
"type": "price", | |
"settings": { | |
} | |
}, | |
"vendor": { | |
"type": "vendor", | |
"settings": { | |
} | |
}, | |
"description": { | |
"type": "description", | |
"settings": { | |
} | |
} | |
}, | |
"block_order": [ | |
"title", | |
"price", | |
"description", | |
"vendor" | |
], | |
"settings": { | |
} | |
} | |
}, | |
"order": [ | |
"main" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment