Section

Featured slider lite

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

真实模板变体

Schema

{
  "name": "Featured slider lite",
  "class": "featured-products-slider-lite",
  "settings": [
    {
      "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": "textarea",
      "id": "heading",
      "label": "Heading",
      "default": "5つの新しい色"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Block",
      "settings": [
        {
          "type": "header",
          "content": "Image 1"
        },
        {
          "type": "image_picker",
          "id": "iamge1",
          "label": "Image 1"
        },
        {
          "type": "url",
          "id": "link",
          "label": "Link"
        },
        {
          "type": "color",
          "id": "swatch_1",
          "label": "Image swatch 1",
          "default": "#DDD4C8"
        },
        {
          "type": "textarea",
          "id": "swatch_h_1",
          "label": "Image swatch heading 1",
          "default": "#グロッシーグリーン"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Featured slider lite"
    }
  ]
}