Created
September 6, 2021 10:13
-
-
Save liamgriffin/85fcfe0c73a7921fb2bfb713e8ac0950 to your computer and use it in GitHub Desktop.
How to Create Shopify Blocks | Product template blocks
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
"blocks": { | |
"title": { | |
"type": "title" | |
}, | |
"price": { | |
"type": "price" | |
}, | |
"vendor": { | |
"type": "vendor" | |
}, | |
"description": { | |
"type": "description" | |
} | |
}, | |
"block_order": [ | |
"title", | |
"price", | |
"description", | |
"vendor" | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment