Section

Quality Tested

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

真实模板变体

Schema

{
  "name": "Quality Tested",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID",
      "default": "quality-tested"
    },
    {
      "type": "text",
      "id": "heading",
      "label": "标题",
      "default": "Quality Tested"
    },
    {
      "type": "video",
      "id": "desktop_video",
      "label": "桌面端视频"
    },
    {
      "type": "video",
      "id": "mobile_video",
      "label": "移动端视频"
    },
    {
      "type": "checkbox",
      "id": "enable_play_control",
      "label": "启用播放控制按钮",
      "default": true
    }
  ],
  "blocks": [
    {
      "type": "test_item",
      "name": "测试项",
      "settings": [
        {
          "type": "text",
          "id": "value",
          "label": "数值",
          "default": "1.5 m"
        },
        {
          "type": "text",
          "id": "description",
          "label": "描述",
          "default": "Ultra-high directional drop"
        },
        {
          "type": "select",
          "id": "column",
          "label": "列位置",
          "options": [
            {
              "value": "left",
              "label": "左列"
            },
            {
              "value": "right",
              "label": "右列"
            }
          ],
          "default": "left"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Quality Tested",
      "blocks": [
        {
          "type": "test_item",
          "settings": {
            "value": "1.5 m",
            "description": "Ultra-high directional drop",
            "column": "left"
          }
        },
        {
          "type": "test_item",
          "settings": {
            "value": "8,000 t",
            "description": "Micro-drop test",
            "column": "right"
          }
        },
        {
          "type": "test_item",
          "settings": {
            "value": "1 m",
            "description": "Random drum drop",
            "column": "left"
          }
        },
        {
          "type": "test_item",
          "settings": {
            "value": "33,000 t",
            "description": "Blade net pressure life test",
            "column": "right"
          }
        },
        {
          "type": "test_item",
          "settings": {
            "value": "5,000 t",
            "description": "Power button life test",
            "column": "left"
          }
        },
        {
          "type": "test_item",
          "settings": {
            "value": "1,000 t",
            "description": "Charging port plug-in and unplug life test",
            "column": "right"
          }
        },
        {
          "type": "test_item",
          "settings": {
            "value": "1,000 t",
            "description": "Three-axis random mechanical shock test",
            "column": "left"
          }
        },
        {
          "type": "test_item",
          "settings": {
            "value": "500 t",
            "description": "Blade head disassembly and assembly life test",
            "column": "right"
          }
        },
        {
          "type": "test_item",
          "settings": {
            "value": "24 h",
            "description": "High temperature and high humidity operation test",
            "column": "left"
          }
        },
        {
          "type": "test_item",
          "settings": {
            "value": "96 h",
            "description": "High temperature and high humidity storage test",
            "column": "right"
          }
        }
      ]
    }
  ]
}