Section

[Landing] Table

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

真实模板变体

Schema

{
  "name": "[Landing] Table",
  "settings": [
    {
      "type": "textarea",
      "id": "subheading",
      "label": "Subheading"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "textarea",
      "id": "description",
      "label": "Description"
    },
    {
      "type": "image_picker",
      "id": "comparison_table_image",
      "label": "Table image",
      "info": "If this is not empty, the image will be displayed instead of table"
    },
    {
      "type": "header",
      "content": "Product 1"
    },
    {
      "type": "image_picker",
      "id": "product_1_image",
      "label": "Product 1 image"
    },
    {
      "type": "text",
      "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": "text",
      "id": "product_2_title",
      "label": "Product 2 title"
    },
    {
      "type": "url",
      "id": "product_2_url",
      "label": "Product 2 URL"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Block",
      "settings": [
        {
          "type": "text",
          "id": "title",
          "label": "Title"
        },
        {
          "type": "textarea",
          "id": "product_1_value",
          "label": "Product 1 value"
        },
        {
          "type": "textarea",
          "id": "product_2_value",
          "label": "Product 2 value"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "[Landing] Table",
      "category": "Content"
    }
  ]
}