{
  "label": "积分商品",
  "package": "packages/goods",
  "path": "points/index",
  "allowPageReplace": false,
  "allowPageModify": true,
  "allowPageRemove": false,
  "pageModifyConfig": {
    "allowUiCustom": true,
    "allowLogicCustom": true,
    "officialComponentDefinitionFile": "../goods-components.json",
    "wxmlTemplate": "../index.njk.wxml",
    "allowAddCustomComponent": true,
    "componentGroup": {
      "key": "needAllData",
      "defaultValue": "yes",
      "values": [
        "no",
        "yes"
      ],
      "valueDescription": {
        "yes": "需要完整的商品数据运行",
        "no": "只需要商品图片数据"
      }
    }
  }
}
