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