{% schema %}
{
"name": "Blog page",
"class": "shopify-section__blog-posts",
"settings": [
{
"type": "range",
"id": "articles_per_page",
"min": 4,
"max": 30,
"step": 1,
"label": "Posts per page",
"default": 12
},
{
"type": "checkbox",
"id": "highlight_first_article",
"label": "Highlight first article",
"info": "Only on large screens.",
"default": true
},
{
"type": "checkbox",
"id": "show_tags",
"label": "Show tags",
"default": true
},
{
"type": "checkbox",
"id": "show_category",
"label": "Show category",
"info": "The first article's tag will be shown as category.",
"default": true
},
{
"type": "checkbox",
"id": "show_author",
"label": "Show author",
"default": true
},
{
"type": "checkbox",
"id": "show_date",
"label": "Show date",
"default": true
},
{
"type": "checkbox",
"id": "show_excerpt",
"label": "Show excerpt",
"default": false
}
]
}
{% endschema %}