mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:46:31 +00:00
22 lines
731 B
JSON
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"
|
|
]
|
|
}
|