Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Created October 25, 2019 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shopifypartners/62c04289f3ed4c5e55ab175dc4766f26 to your computer and use it in GitHub Desktop.
Save shopifypartners/62c04289f3ed4c5e55ab175dc4766f26 to your computer and use it in GitHub Desktop.
How to Create a Customizable Announcement Bar Section
{% schema %}
{
"name": "Announcement bar",
"settings": [
{
"type": "checkbox",
"id": "show_announcement",
"label": "Show announcement",
"default": false
},
{
"type": "checkbox",
"id": "home_page_only",
"label": "Home page only",
"default": true
}
]
}
{% endschema %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment