nocobase/packages/plugins/@nocobase/plugin-action-bulk-edit/package.json
2024-04-21 12:04:14 +08:00

22 lines
731 B
JSON

{
"name": "@nocobase/plugin-action-bulk-edit",
"version": "0.21.0-alpha.13",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-bulk-edit",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-edit",
"displayName": "Action: Batch edit",
"displayName.zh-CN": "操作:批量编辑",
"description": "Batch edit all records or selected records.",
"description.zh-CN": "对全部数据或选中的数据进行批量编辑。",
"license": "AGPL-3.0",
"peerDependencies": {
"@nocobase/client": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"keywords": [
"Actions"
]
}