mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:46:45 +00:00
22 lines
741 B
JSON
22 lines
741 B
JSON
{
|
|
"name": "@nocobase/plugin-action-bulk-update",
|
|
"version": "0.20.0-alpha.15",
|
|
"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": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"Actions"
|
|
]
|
|
}
|