{{ section.settings.banner-heading }}

{{ section.settings.banner-text }}

{{ section.settings.banner-btn-text }}

{{ section.settings.video-time}}

Se mer

{{section.settings.main-heading}}

{% for block in section.blocks %} {%- assign collection = collections[block.settings.collection] -%}
{%if block.settings.image!= blank%}
{%endif%}

{{block.settings.section_title}}

{{block.settings.section_content}}

{% comment %}
  • {% for product in collection.products limit: 3 %}
  • {{ product.featured_image.alt | escape }}
  • {%endfor%}
{% endcomment %} {%if block.settings.btn-link != blank%} {%endif%}


{%endfor%}

{% schema %} { "name": "Product with image", "max_blocks": 10, "settings": [ { "type": "image_picker", "id": "banner", "label": "Image" }, { "type": "text", "id": "banner-heading", "label": "Banner Heading" }, { "type": "textarea", "id": "banner-text", "label": "Banner Sub-Heading" }, { "type": "text", "id": "banner-btn-text", "label": "Banner Button Text" }, { "type": "text", "id": "video-time", "label": "Video Time " }, { "id": "banner-btn-link", "type": "url", "label": "link" }, { "type": "text", "id": "main-heading", "label": "Heading" }, { "type": "image_picker", "id": "footer-banner", "label": "Footer Image" }, { "type": "text", "id": "footer-banner-heading", "label": "Footer Banner Heading" }, { "type": "text", "id": "footer-banner-btn-text", "label": "Footer Banner Button Text" }, { "id": "footer-banner-btn-link", "type": "url", "label": "Footer Banner link" } ], "blocks": [ { "type": "image", "name": "product and image", "settings": [ { "type": "select", "id": "image_position", "label": "Image position", "default": "left", "options": [ { "label": "Left", "value": "left" }, { "label": "Right", "value": "right" } ] }, { "type": "text", "id": "section_title", "label": "Heading", "default": "Heading" }, { "type": "textarea", "id": "section_content", "label": "Description", "default": "Description" }, { "type": "image_picker", "id": "image", "label": "Image" }, { "type": "text", "id": "button", "label": "Button", "default": "See All" }, { "id": "btn-link", "type": "url", "label": "link" } ] } ], "presets": [ { "name": "Product with image", "category": "Product" } ] } {% endschema %}

You have successfully subscribed!
This email has been registered