nocobase/packages/plugins/@nocobase/plugin-action-bulk-edit/package.json
2024-03-03 23:37:37 +08:00

22 lines
728 B
JSON

{
"name": "@nocobase/plugin-action-bulk-edit",
"version": "0.20.0-alpha.2",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/action-bulk-edit",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/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": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [
"Actions"
]
}