Section

产品对比

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

真实模板变体

Schema

{
  "name": "产品对比",
  "settings": [
    {
      "type": "text",
      "id": "title",
      "label": "主标题"
    },
    {
      "type": "text",
      "id": "subtitle",
      "label": "副标题"
    },
    {
      "type": "text",
      "id": "dom_id",
      "label": "DOM ID"
    }
  ],
  "blocks": [
    {
      "type": "product",
      "name": "产品",
      "settings": [
        {
          "type": "image_picker",
          "id": "product_image",
          "label": "产品图片"
        },
        {
          "type": "text",
          "id": "product_name",
          "label": "产品名称"
        },
        {
          "type": "url",
          "id": "product_link",
          "label": "产品链接"
        },
        {
          "type": "url",
          "id": "product_link2",
          "label": "产品链接2"
        },
        {
          "type": "richtext",
          "id": "price",
          "label": "价格"
        },
        {
          "type": "textarea",
          "id": "motor",
          "label": "电机"
        },
        {
          "type": "textarea",
          "id": "appearance",
          "label": "外观"
        },
        {
          "type": "textarea",
          "id": "comfort",
          "label": "舒适度"
        },
        {
          "type": "textarea",
          "id": "battery",
          "label": "续航"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "产品对比",
      "category": "产品"
    }
  ]
}