Skip to content

Instantly share code, notes, and snippets.

@keirwhitaker
Created July 11, 2017 09:49
Show Gist options
  • Save keirwhitaker/7449ef047180364182d452e7a72b92cb to your computer and use it in GitHub Desktop.
Save keirwhitaker/7449ef047180364182d452e7a72b92cb to your computer and use it in GitHub Desktop.
Extract of promotions.liquid #3
"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