{
  "name": "<%= name %>",
  "title": "<%= title %>",
  "remark": "",
  "description": "<%= description %>",
  "icon": "<%= icon %>",
  "client": ["App", "MobileSite"],
  "zone": ["content"],<% if (pageType.includes('form')) { %>
  "dataType": ["string", "number"],<% } %>
  "pageType": [<% pageType.forEach((type, index) => { %>"<%= type %>"<% if (index !== pageType.length - 1) { %>, <% } %><% }) %>],
  "initial": {
    "props": {
      "content": "欢迎使用移动低代码建模平台"
    }
  }<% if (dropIn && dropIn.length > 0) { %>,
  "inapplicability": {
    "dropIn": [<% dropIn.forEach((area, index) => { %>"<%= area %>"<% if (index !== dropIn.length - 1) { %>, <% } %><% }) %>]
  }<% } %><% if (linkage) { %>,
  "linkage":{
    "triggerLinkage" : true,
    "responseLinkage": true,
    "events":[
        {
            "name": "onChange",
            "title": "值改变"
        }
    ],
    "methods": [{
      "name": "PLATFORM_OPTION_SOURCE_REFRESH",
      "title": "数据刷新",
      "type": "platform"
    }]
  }<% } %>
}
