https://shopify.dev/docs/themes/architecture/settings/input-settings
{% schema %} { "name": "Header", "class": "shopify-section--header", "settings": [ { "type": "image_picker", "id": "logo", "label": "Logo image" }, { "type": "link_list", "id": "navigation_menu", "label": "Menu", "default": "main-menu" } ], "blocks": [ { "type": "text", "name": "Row", "settings": [ { "type": "text", "id": "title", "label": "Heading" } ] } ] } {% endschema %}
STEP 1: In block paste this code::
STEP 2: In the loop of the slider Paste this code as example::
https://help.shopify.com/en/themes/development/sections#using-section-schema-tags https://help.shopify.com/en/themes/development/theme-editor/settings-schema
Blog Image Custom Content Collection Social Product Store Information
"presets": [ { "name": "Custom Banner", "category": "Image" // type of your section } ]
{{ 'style.scss.css' | asset_url | stylesheet_tag }} {{ 'custom.js' | asset_url | script_tag }}
{{ 'logo.png' | asset_img_url: '' }}
{{ section.settings.product_image | img_url: '' }} {{ section.settings.product_image | img_url: '' }} {{ section.settings.product_image | img_url: '' }}
{{ block.settings.image | img_url: '' }}
{{ section.settings.hide_variants }}
https://help.shopify.com/en/themes/liquid/filters/url-filters
{% if collection_sidebar %} //your content {% endif %}
{% comment %} //your content {% endcomment %}