Section

Shop by color

12 个模板实例,2 个 section 配置,1 类 block。

真实模板变体

Schema

{
  "name": "Shop by color",
  "class": "shop-by-color-slider-section",
  "settings": [
    {
      "type": "textarea",
      "id": "sub_heading",
      "label": "Sub Heading"
    },
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Shop By Color"
    }
  ],
  "blocks": [
    {
      "type": "item",
      "name": "Item",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image desktop"
        },
        {
          "type": "url",
          "id": "link",
          "label": "Link"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Shop by color"
    }
  ]
}