Section

Neo vs table

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

真实模板变体

Schema

{
  "name": "Neo vs table",
  "tag": "section",
  "class": "section",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "标题"
    },
    {
      "type": "textarea",
      "id": "subheading",
      "label": "副标题"
    }
  ],
  "blocks": [
    {
      "type": "item_line",
      "name": "Item Line",
      "settings": [
        {
          "type": "image_picker",
          "id": "product_image",
          "label": "产品图片"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "标题"
        },
        {
          "type": "text",
          "id": "content_1",
          "label": "Content 1"
        },
        {
          "type": "textarea",
          "id": "content_2",
          "label": "Content 2"
        },
        {
          "type": "textarea",
          "id": "content_3",
          "label": "Content 3"
        },
        {
          "type": "textarea",
          "id": "content_4",
          "label": "Content 4"
        },
        {
          "type": "textarea",
          "id": "content_5",
          "label": "Content 5"
        }
      ]
    },
    {
      "type": "item_line_2",
      "name": "Item Line 2",
      "settings": [
        {
          "type": "image_picker",
          "id": "product_image",
          "label": "产品图片"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "标题"
        },
        {
          "type": "text",
          "id": "content_1",
          "label": "Content 1"
        },
        {
          "type": "textarea",
          "id": "content_2",
          "label": "Content 2"
        },
        {
          "type": "textarea",
          "id": "content_3",
          "label": "Content 3"
        },
        {
          "type": "textarea",
          "id": "content_4",
          "label": "Content 4"
        },
        {
          "type": "textarea",
          "id": "content_5",
          "label": "Content 5"
        }
      ]
    },
    {
      "type": "item_line_3",
      "name": "Item Line 3",
      "settings": [
        {
          "type": "image_picker",
          "id": "product_image",
          "label": "产品图片"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "标题"
        },
        {
          "type": "text",
          "id": "content_1",
          "label": "Content 1"
        },
        {
          "type": "textarea",
          "id": "content_2",
          "label": "Content 2"
        },
        {
          "type": "textarea",
          "id": "content_3",
          "label": "Content 3"
        },
        {
          "type": "textarea",
          "id": "content_4",
          "label": "Content 4"
        },
        {
          "type": "textarea",
          "id": "content_5",
          "label": "Content 5"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Neo vs table",
      "category": "VS"
    }
  ]
}