Section

Swift collection banner

2 个模板实例,7 个 section 配置,0 类 block。

真实模板变体

Schema

{
  "name": "Swift collection banner",
  "class": "swift-collection-banner",
  "settings": [
    {
      "type": "color",
      "id": "heading_color",
      "label": "Heading color",
      "default": "#FFFFFF"
    },
    {
      "type": "html",
      "id": "heading",
      "label": "Heading",
      "default": "Explore the Laifen Hair Dryers"
    },
    {
      "type": "color",
      "id": "subheading_color",
      "label": "Sub Heading color",
      "default": "#FFE197"
    },
    {
      "type": "html",
      "id": "subheading",
      "label": "Sub Heading",
      "default": "on the Swift Special at checkout"
    },
    {
      "type": "select",
      "id": "section_width",
      "options": [
        {
          "value": "grid",
          "label": "Grid"
        },
        {
          "value": "full-width-row",
          "label": "Full width"
        },
        {
          "value": "full-width-row-full",
          "label": "Full width, no spacing"
        }
      ],
      "default": "grid",
      "label": "Section width"
    },
    {
      "type": "image_picker",
      "id": "image_d",
      "label": "Desktop Image"
    },
    {
      "type": "image_picker",
      "id": "image_m",
      "label": "Mobile Image"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Swift collection banner"
    }
  ]
}