{% unless section.settings.img == blank %}
{{ section.settings.img.alt }}
{% endunless %}

{{ blog.title }}

{% unless section.settings.description == blank %}
{{ section.settings.description }}
{% endunless %}
{% schema %} { "name": "Blog header", "settings": [ { "type": "header", "content": "Styling" }, { "type": "select", "id": "bg_color", "label": "Background color", "default": "bg-body", "options": [ { "value": "bg-primary", "label": "Primary" }, { "value": "bg-secondary", "label": "Secondary" }, { "value": "bg-body", "label": "Body" }, { "value": "bg-white", "label": "White" } ] }, { "type": "range", "id": "bg_opacity", "label": "Background opacity", "min": 0, "max": 100, "step": 1, "default": 100, "unit": "%" }, { "type": "select", "id": "bg_gradient", "label": "Background gradient", "options": [ { "value": "bg-gradient", "label": "Yes" }, { "value": "", "label": "No" } ], "default": "" }, { "type": "select", "id": "text_color", "label": "Text color", "default": "text-body", "options": [ { "value": "text-primary", "label": "Primary" }, { "value": "text-secondary", "label": "Secondary" }, { "value": "text-body", "label": "Body" }, { "value": "text-white", "label": "White" } ] }, { "type": "range", "id": "border_top_width", "label": "Border top width", "default": 0, "min": 0, "max": 16, "step": 1, "unit": "px" }, { "type": "range", "id": "border_bottom_width", "label": "Border bottom width", "default": 0, "min": 0, "max": 16, "step": 1, "unit": "px" }, { "type": "select", "id": "border_color", "label": "Border color", "default": "border-body", "options": [ { "value": "border-primary", "label": "Primary" }, { "value": "border-secondary", "label": "Secondary" }, { "value": "border-body", "label": "Body" }, { "value": "border-white", "label": "White" } ] }, { "type": "range", "id": "border_opacity", "label": "Border opacity", "min": 0, "max": 100, "step": 1, "default": 100, "unit": "%" }, { "type": "text", "id": "container_max_width", "label": "Container max-width (px)", "info": "Leave empty to use the global container width", "default": "600" }, { "type": "header", "content": "Image" }, { "type": "image_picker", "id": "img", "label": "Image" }, { "type": "checkbox", "id": "img_show", "label": "Show collection image", "default": true }, { "type": "color", "id": "img_overlay_color", "label": "Overlay color", "default": "#000000" }, { "type": "range", "id": "img_overlay_opacity", "label": "Overlay opacity", "min": 0, "max": 100, "step": 10, "default": 30, "unit": "%" }, { "type": "range", "id": "img_overlay_blur", "label": "Overlay blur", "min": 0, "max": 10, "step": 1, "default": 0 }, { "type": "header", "content": "Text" }, { "type": "select", "id": "title_font_size", "label": "Title font-size", "default": "h2", "options": [ { "value": "h1", "label": "H1" }, { "value": "h2", "label": "H2" }, { "value": "h3", "label": "H3" }, { "value": "h4", "label": "H4" }, { "value": "h5", "label": "H5" }, { "value": "h6", "label": "H6" } ] }, { "type": "richtext", "id": "description", "label": "Description (optional)", "default": "

Add on optional description for this blog

" }, { "type": "select", "id": "description_font_size", "label": "Description font-size", "default": "fs-md", "options": [ { "value": "fs-sm", "label": "sm" }, { "value": "fs-md", "label": "md" }, { "value": "fs-lg", "label": "lg" }, { "value": "fs-xl", "label": "xl" }, { "value": "fs-xxl", "label": "xxl" } ] }, { "type": "header", "content": "Spacing - mobile" }, { "type": "range", "id": "pt", "label": "Top", "min": 0, "max": 20, "step": 1, "default": 8 }, { "type": "range", "id": "pb", "label": "Bottom", "min": 0, "max": 20, "step": 1, "default": 8 }, { "type": "header", "content": "Spacing - desktop" }, { "type": "range", "id": "pt_desktop", "label": "Top", "min": 0, "max": 20, "step": 1, "default": 14 }, { "type": "range", "id": "pb_desktop", "label": "Bottom", "min": 0, "max": 20, "step": 1, "default": 14 } ], "templates": ["blog"], "presets": [ { "name": "Blog header" } ] } {% endschema %}