@nocobase/plugin-action-bulk-edit
Version:
Batch edit all records or selected records.
33 lines (32 loc) • 1.16 kB
JSON
{
"name": "@nocobase/plugin-action-bulk-edit",
"version": "2.1.36",
"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/client-v2": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x"
},
"nocobase": {
"supportedVersions": [
"1.x",
"2.x"
],
"editionLevel": 0
},
"gitHead": "8f4e16c5c1b5a792c2bee00d9705e593307a54d1",
"keywords": [
"Actions"
]
}