Section

产品规格参数

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

真实模板变体

当前模板未直接使用该 section。

Schema

{
  "name": "产品规格参数",
  "settings": [],
  "blocks": [
    {
      "type": "model_number",
      "name": "主体型号",
      "limit": 1,
      "settings": [
        {
          "type": "text",
          "id": "title",
          "label": "标题"
        },
        {
          "type": "richtext",
          "id": "content_1",
          "label": "内容1"
        },
        {
          "type": "richtext",
          "id": "content_2",
          "label": "内容2"
        }
      ]
    },
    {
      "type": "spec_item",
      "name": "规格参数项",
      "settings": [
        {
          "type": "text",
          "id": "title",
          "label": "标题"
        },
        {
          "type": "richtext",
          "id": "content_1",
          "label": "内容1"
        },
        {
          "type": "richtext",
          "id": "content_2",
          "label": "内容2"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "产品规格参数",
      "blocks": [
        {
          "type": "model_number"
        },
        {
          "type": "spec_item"
        }
      ]
    }
  ]
}