Section

product-comparison-v3

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

真实模板变体

Schema

{
  "name": "product-comparison-v3",
  "class": "choose-shaver",
  "settings": [
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading",
      "default": "Compare Our Lineup"
    },
    {
      "type": "url",
      "id": "compare_url",
      "label": "Compare Page URL"
    },
    {
      "type": "text",
      "id": "dom_id",
      "label": "DOM ID"
    }
  ],
  "blocks": [
    {
      "type": "product",
      "name": "Product block",
      "settings": [
        {
          "type": "number",
          "id": "line_heigth",
          "label": "Line Heigth"
        },
        {
          "type": "image_picker",
          "id": "p_image",
          "label": "Product image"
        },
        {
          "type": "text",
          "id": "p_title",
          "label": "product title",
          "default": "Swift"
        },
        {
          "type": "image_picker",
          "id": "icon_1",
          "label": "Icon 1"
        },
        {
          "type": "text",
          "id": "icon_t_1",
          "label": "Icon 1 title"
        },
        {
          "type": "text",
          "id": "icon_sub_t_1",
          "label": "Icon 1 subtitle"
        },
        {
          "type": "image_picker",
          "id": "icon_2",
          "label": "Icon 2"
        },
        {
          "type": "text",
          "id": "icon_t_2",
          "label": "Icon 2 title",
          "default": "22/ms wind speed"
        },
        {
          "type": "text",
          "id": "icon_sub_t_2",
          "label": "Icon 2 subtitle"
        },
        {
          "type": "image_picker",
          "id": "icon_3",
          "label": "Icon 3"
        },
        {
          "type": "text",
          "id": "icon_t_3",
          "label": "Icon 3 title",
          "default": "Nylon + Glass Fiber"
        },
        {
          "type": "text",
          "id": "icon_sub_t_3",
          "label": "Icon 3 subtitle"
        },
        {
          "type": "image_picker",
          "id": "icon_4",
          "label": "Icon 4"
        },
        {
          "type": "text",
          "id": "icon_t_4",
          "label": "Icon 4 title",
          "default": "Max Power 1600W"
        },
        {
          "type": "text",
          "id": "icon_sub_t_4",
          "label": "Icon 4 subtitle"
        },
        {
          "type": "image_picker",
          "id": "icon_5",
          "label": "Icon 5"
        },
        {
          "type": "text",
          "id": "icon_t_5",
          "label": "Icon 5 title",
          "default": "100 times/s Thermostat Algorithm"
        },
        {
          "type": "text",
          "id": "icon_sub_t_5",
          "label": "Icon 5 subtitle"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Product Comparison-v3"
    }
  ]
}