Section

Comparison Table v4

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

真实模板变体

Schema

{
  "name": "Comparison Table v4",
  "class": "comparison-table-v4-section",
  "settings": [
    {
      "type": "header",
      "content": "Discount"
    },
    {
      "type": "number",
      "id": "discount_amount",
      "label": "Discount Amount",
      "info": "in percentage"
    },
    {
      "type": "text",
      "id": "discount_code",
      "label": "Discount Code"
    },
    {
      "type": "product",
      "id": "popup_product",
      "label": "Popup Product"
    },
    {
      "type": "select",
      "id": "display",
      "label": "Display on:",
      "options": [
        {
          "value": "desktop",
          "label": "Desktop"
        },
        {
          "value": "mobile",
          "label": "Mobile"
        },
        {
          "value": "both",
          "label": "Both"
        }
      ]
    },
    {
      "type": "textarea",
      "id": "title",
      "label": "Title"
    },
    {
      "type": "header",
      "content": "Products"
    },
    {
      "type": "image_picker",
      "id": "product_1_image",
      "label": "Product 1 Image"
    },
    {
      "type": "textarea",
      "id": "product_1_title",
      "label": "Product 1 Title"
    },
    {
      "type": "url",
      "id": "product_1_url",
      "label": "Product 1 URL"
    },
    {
      "type": "image_picker",
      "id": "product_2_image",
      "label": "Product 2 Image"
    },
    {
      "type": "textarea",
      "id": "product_2_title",
      "label": "Product 2 Title"
    },
    {
      "type": "url",
      "id": "product_2_url",
      "label": "Product 2 URL"
    },
    {
      "type": "header",
      "content": "Buttons"
    },
    {
      "type": "text",
      "id": "button_1_text",
      "label": "Button 1 Text"
    },
    {
      "type": "url",
      "id": "button_1_url",
      "label": "Button 1 URL"
    },
    {
      "type": "text",
      "id": "button_2_text",
      "label": "Button 2 Text"
    },
    {
      "type": "url",
      "id": "button_2_url",
      "label": "Button 2 URL"
    }
  ],
  "blocks": [
    {
      "type": "row",
      "name": "Row",
      "settings": [
        {
          "type": "text",
          "id": "title",
          "label": "Feature"
        },
        {
          "type": "textarea",
          "id": "product_1",
          "label": "Product 1"
        },
        {
          "type": "textarea",
          "id": "product_2",
          "label": "Product 2"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Comparison Table v4",
      "category": "Text"
    }
  ]
}