Skip to content

Instantly share code, notes, and snippets.

@liamgriffin
Created February 26, 2020 16:28
A CSS Grid Framework for Shopify Collection Pages | Schema Settings
{% schema %}
{
"name": "Collection",
"settings": [
{
"type": "select",
"id": "product_number",
"label": "Number of products per row",
"options": [
{
"value": "two",
"label": "two"
},
{
"value": "three",
"label": "three"
},
{
"value": "four",
"label": "four"
}
]
}
]
}
{% endschema %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment