Section

Hairdryer images SE lite

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

真实模板变体

Schema

{
  "name": "Hairdryer images SE lite",
  "class": "hairdryer-images-se-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": "sub_heading",
      "label": "Sub Heading"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading",
      "default": "Choose Your Hairdryer"
    },
    {
      "type": "checkbox",
      "id": "three_columns",
      "label": "Show 3 columns",
      "default": false
    }
  ],
  "blocks": [
    {
      "type": "product",
      "name": "Product block",
      "settings": [
        {
          "type": "text",
          "id": "tag",
          "label": "Block tag"
        },
        {
          "type": "image_picker",
          "id": "p_image",
          "label": "Product image"
        },
        {
          "type": "image_picker",
          "id": "p_image2",
          "label": "Product image 2"
        },
        {
          "type": "image_picker",
          "id": "p_image3",
          "label": "Product image 3"
        },
        {
          "type": "image_picker",
          "id": "p_image4",
          "label": "Product image 4"
        },
        {
          "type": "image_picker",
          "id": "p_image5",
          "label": "Product image 5"
        },
        {
          "type": "product",
          "id": "product",
          "label": "Product"
        },
        {
          "type": "text",
          "id": "p_title",
          "label": "product title",
          "default": "Swift"
        },
        {
          "type": "color_background",
          "id": "c_1",
          "label": "Color swatch 1",
          "default": "#000000"
        },
        {
          "type": "text",
          "id": "c_1_title",
          "label": "Color swatch 1 title"
        },
        {
          "type": "color_background",
          "id": "c_2",
          "label": "Color swatch 2",
          "default": "#000000"
        },
        {
          "type": "text",
          "id": "c_2_title",
          "label": "Color swatch 2 title"
        },
        {
          "type": "color_background",
          "id": "c_3",
          "label": "Color swatch 3",
          "default": "#000000"
        },
        {
          "type": "text",
          "id": "c_3_title",
          "label": "Color swatch 3 title"
        },
        {
          "type": "color_background",
          "id": "c_4",
          "label": "Color swatch 4",
          "default": "#000000"
        },
        {
          "type": "text",
          "id": "c_4_title",
          "label": "Color swatch 4 title"
        },
        {
          "type": "color_background",
          "id": "c_5",
          "label": "Color swatch 5",
          "default": "#000000"
        },
        {
          "type": "text",
          "id": "c_5_title",
          "label": "Color swatch 5 title"
        },
        {
          "type": "image_picker",
          "id": "icon_1",
          "label": "Icon 1"
        },
        {
          "type": "textarea",
          "id": "icon_t_1",
          "label": "Icon 1 title",
          "default": "110,000 rpm Motor Revoluions"
        },
        {
          "type": "image_picker",
          "id": "icon_2",
          "label": "Icon 2"
        },
        {
          "type": "textarea",
          "id": "icon_t_2",
          "label": "Icon 2 title",
          "default": "22/ms wind speed"
        },
        {
          "type": "image_picker",
          "id": "icon_3",
          "label": "Icon 3"
        },
        {
          "type": "textarea",
          "id": "icon_t_3",
          "label": "Icon 3 title",
          "default": "Nylon + Glass Fiber"
        },
        {
          "type": "image_picker",
          "id": "icon_4",
          "label": "Icon 4"
        },
        {
          "type": "textarea",
          "id": "icon_t_4",
          "label": "Icon 4 title",
          "default": "Max Power 1600W"
        },
        {
          "type": "image_picker",
          "id": "icon_5",
          "label": "Icon 5"
        },
        {
          "type": "textarea",
          "id": "icon_t_5",
          "label": "Icon 5 title",
          "default": "100 times/s Thermostat Algorithm"
        },
        {
          "type": "image_picker",
          "id": "icon_6",
          "label": "Icon 6"
        },
        {
          "type": "textarea",
          "id": "icon_t_6",
          "label": "Icon 6 title",
          "default": "100 times/s Thermostat Algorithm"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Hairdryer images SE lite"
    }
  ]
}