{
  "icon": "",
  "name": {
    "zh_CN": "Swiper"
  },
  "component": "tiny-swiper",
  "schema": {
    "properties": [
      {
        "label": {
          "zh_CN": "基础信息"
        },
        "description": {
          "zh_CN": "基础信息"
        },
        "collapse": {
          "number": 6,
          "text": {
            "zh_CN": "显示更多"
          }
        },
        "content": [
          {
            "property": "condition",
            "type": "boolean",
            "defaultValue": true,
            "label": {
              "text": {
                "zh_CN": "是否渲染"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "SwitchConfigurator",
              "props": {}
            }
          },
          {
            "property": "items",
            "type": "array",
            "defaultValue": [
              {
                "src": "img/rocket.jpg"
              },
              {
                "src": ""
              }
            ],
            "label": {
              "text": {
                "zh_CN": "轮播项"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "InputConfigurator",
              "props": {}
            }
          },
          {
            "property": "autoplay",
            "type": "boolean",
            "defaultValue": false,
            "label": {
              "text": {
                "zh_CN": "是否自动播放"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "SwitchConfigurator",
              "props": {}
            }
          },
          {
            "property": "autoplaySpeed",
            "type": "number",
            "defaultValue": 3000,
            "label": {
              "text": {
                "zh_CN": "自动播放速度"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "InputConfigurator",
              "props": {}
            }
          },
          {
            "property": "heigth",
            "type": "number",
            "defaultValue": 200,
            "label": {
              "text": {
                "zh_CN": "高度"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "InputConfigurator",
              "props": {}
            }
          }
        ]
      }
    ],
    "events": {},
    "shortcuts": {
      "properties": []
    },
    "contentMenu": {
      "actions": []
    }
  }
}