{
  "icon": "",
  "name": {
    "zh_CN": "Input"
  },
  "component": "tiny-input",
  "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": "value",
            "type": "string",
            "label": {
              "text": {
                "zh_CN": "绑定值"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "InputConfigurator",
              "props": {}
            }
          },
          {
            "property": "placeholder",
            "type": "object",
            "defaultValue": {
              "type": "i18n",
              "zh_CN": "占位文本",
              "en_US": "placeholder",
              "key": ""
            },
            "label": {
              "text": {
                "zh_CN": "输入框占位文本"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "InputConfigurator",
              "props": {}
            }
          }
        ]
      }
    ],
    "events": {},
    "shortcuts": {
      "properties": []
    },
    "contentMenu": {
      "actions": []
    }
  }
}