Created
July 11, 2017 09:49
-
-
Save keirwhitaker/7449ef047180364182d452e7a72b92cb to your computer and use it in GitHub Desktop.
Extract of promotions.liquid #3
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
"blocks": [ | |
{ | |
"type": "promo-box", | |
"name": "Promotional Box", | |
"limit": 1, | |
"settings": [ | |
{ | |
"id": "title", | |
"type": "text", | |
"label": "Title", | |
"default": "your title here" | |
}, | |
{ | |
"id": "description", | |
"type": "textarea", | |
"label": "Description", | |
"default": "your description here" | |
} | |
] | |
}, | |
{ | |
"type": "promo-image", | |
"name": "Promo Image", | |
"settings": [ | |
{ | |
"id": "promo-image", | |
"type": "image_picker", | |
"label": "Promo Image" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment