@nocobase/plugin-action-bulk-update
Version:
Batch update all records or selected records.
33 lines (32 loc) • 1.16 kB
JSON
{
"name": "@nocobase/plugin-action-bulk-update",
"version": "2.1.31",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-bulk-update",
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-bulk-update",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-update",
"displayName": "Action: Batch update",
"displayName.ru-RU": "Действие: Массовое обновление",
"displayName.zh-CN": "操作:批量更新",
"description": "Batch update all records or selected records.",
"description.ru-RU": "Массовое обновление всех или только выбранных записей.",
"description.zh-CN": "对全部数据或选中的数据进行批量更新。",
"license": "Apache-2.0",
"nocobase": {
"supportedVersions": [
"1.x",
"2.x"
],
"editionLevel": 0
},
"peerDependencies": {
"@nocobase/client": "2.x",
"@nocobase/client-v2": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x"
},
"gitHead": "b5d46b76adb72b4fa736dd0e6c89d8a0bc83bfe8",
"keywords": [
"Actions"
]
}