All products
The catalog
Collection
Sort
{% for block in section.blocks %}
{% assign collection = block.settings.collection %}
{% if collection != blank %}
{% endif %}
{% endfor %}
{% schema %}
{
"name": "Norva Catalog",
"tag": "div",
"class": "norva-catalog",
"presets": [
{
"name": "Norva Catalog"
}
],
"blocks": [
{
"type": "collection_item",
"name": "Collection",
"settings": [
{
"type": "collection",
"id": "collection",
"label": "Collection"
}
]
}
]
}
{% endschema %}