@nocobase/plugin-action-bulk-update
Version:
Batch update all records or selected records.
22 lines (21 loc) • 732 B
JSON
{
"name": "@nocobase/plugin-action-bulk-update",
"version": "1.8.14",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-bulk-update",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-update",
"displayName": "Action: Batch update",
"displayName.zh-CN": "操作:批量更新",
"description": "Batch update all records or selected records.",
"description.zh-CN": "对全部数据或选中的数据进行批量更新。",
"license": "AGPL-3.0",
"peerDependencies": {
"@nocobase/client": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
},
"gitHead": "16a9193a22b9a5c5ebb588727153583da8edb92e",
"keywords": [
"Actions"
]
}