{% capture empty_state %} {% for num in (1..6) %}
{% endfor %} {% endcapture %}Add on optional description for this section
" }, { "type": "select", "id": "header_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": "Slider" }, { "type": "range", "id": "slider_speed", "label": "Speed", "default": 300, "min": 0, "max": 2000, "step": 100, "unit": "ms" }, { "type": "checkbox", "id": "slider_navigation", "label": "Show navigation (arrows)", "default": true }, { "type": "checkbox", "id": "slider_pagination", "label": "Show pagination", "default": true }, { "type": "select", "id": "slider_pagination_type", "label": "Pagination type", "default": "bullets", "options": [ { "value": "bullets", "label": "Bullets" }, { "value": "fraction", "label": "Fraction" } ], "info": "NOTE: This feature is supported only in our Premium Shopify Themes. [Browse premium themes](https://www.kondasoft.com/collections/shopify-themes)" }, { "type": "checkbox", "id": "slider_scrollbar", "label": "Show scrollbar", "default": true }, { "type": "checkbox", "id": "slider_partial_slides_mobile", "label": "Partial slides on mobile", "default": false, "info": "NOTE: This feature is supported only in our Premium Shopify Themes. [Browse premium themes](https://www.kondasoft.com/collections/shopify-themes)" }, { "type": "range", "id": "slider_autoplay", "label": "Autoplay", "min": 0, "max": 10, "default": 0, "unit": "sec", "info": "Selecing \"0\" will disable autoplay." }, { "type": "header", "content": "Collection card" }, { "type": "select", "id": "collection_card_text_align", "label": "Text align", "default": "text-center", "options": [ { "value": "text-start", "label": "Left" }, { "value": "text-center", "label": "Center" } ] }, { "type": "select", "id": "collection_card_img_orientation", "label": "Image orientation", "default": "ratio-4x3", "options": [ { "group": "Adapt", "value": "adapt", "label": "Adapt" }, { "group": "Square", "value": "ratio-1x1", "label": "1x1" }, { "group": "Horizontal", "value": "ratio-4x3", "label": "4x3" }, { "group": "Horizontal", "value": "ratio-16x9", "label": "16x9" }, { "group": "Horizontal", "value": "ratio-21x9", "label": "21x9" }, { "group": "Vertical", "value": "ratio-3x4", "label": "3x4" }, { "group": "Vertical", "value": "ratio-9x16", "label": "9x16" }, { "group": "Vertical", "value": "ratio-9x21", "label": "9x21" } ] }, { "type": "select", "id": "collection_card_img_border", "label": "Image border", "default": "img-thumbnail", "options": [ { "value": "", "label": "None" }, { "value": "rounded", "label": "Rounded" }, { "value": "img-thumbnail", "label": "Thumbnail" } ] }, { "type": "checkbox", "id": "collection_card_show_title", "label": "Show title", "default": true }, { "type": "select", "id": "collection_card_title_font_size", "label": "Title font-size", "default": "fs-lg", "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": "select", "id": "collection_card_title_position", "label": "Title position", "default": "collection-card-title-bottom", "options": [ { "value": "collection-card-title-normal", "label": "Normal" }, { "value": "collection-card-title-left", "label": "Left" }, { "value": "collection-card-title-bottom", "label": "Bottom" } ], "info": "NOTE: This feature is supported only in our Premium Shopify Themes. [Browse premium themes](https://www.kondasoft.com/collections/shopify-themes)" }, { "type": "checkbox", "id": "collection_card_show_product_count", "label": "Show product count", "default": true }, { "type": "header", "content": "Breakpoints", "info": "Adjust items per slide based on the screen resolution" }, { "type": "range", "id": "breakpoint_mobile", "label": "Mobile (<600px)", "min": 1, "max": 3, "step": 1, "default": 1 }, { "type": "range", "id": "breakpoint_tablet", "label": "Tablet (≥600px)", "min": 1, "max": 4, "step": 1, "default": 2 }, { "type": "range", "id": "breakpoint_desktop", "label": "Desktop (≥1200px)", "min": 1, "max": 6, "step": 1, "default": 4 }, { "type": "header", "content": "Spacing" }, { "type": "range", "id": "pt", "label": "Top", "min": 0, "max": 20, "step": 1, "default": 10 }, { "type": "range", "id": "pb", "label": "Bottom", "min": 0, "max": 20, "step": 1, "default": 10 } ], "blocks": [ { "type": "collection", "name": "Collection", "settings": [ { "type": "collection", "id": "collection", "label": "Collection" }, { "type": "image_picker", "id": "img", "label": "Image", "info": "Optional - Leave empty to use the default collection image" }, { "type": "text", "id": "title", "label": "Title", "info": "Optional - Leave empty to use the default collection title" } ] } ], "disabled_on": { "groups": ["header", "footer"] }, "presets": [ { "name": "Featured collections" } ] } {% endschema %}