{
  "name": "<%= name %>",
  "title": "<%= title %>",
  "remark": "",
  "description": "<%= description %>",
  "icon": "<%= icon %>",
  "client": ["App", "MobileSite"],
  "zone": ["content"],
  "pageType": ["form"],<% if (mode === 'input') { %>
  "dataType": ["string", "number"], <% } %><% if (mode === 'filter') { %>
  "isFilter": true, <% } %>
  "initial": {
    "props": {<% if (mode === 'input') { %>
        "label": "标题",
        "placeholder": "请输入"<% } %><% if (mode === 'filter') { %>
        "title": "筛选"<% } %><% if (mode === 'display') { %>
        "content": "移动建模展示类组件",
        "showAvatar": true<% } %>
    }
  }
}
