Files
nocobase/packages/plugins/@nocobase-example/plugin-custom-table-block-action-group/package.json
T
2026-06-15 15:17:10 +00:00

14 lines
486 B
JSON

{
"private": true,
"name": "@nocobase-example/plugin-custom-table-block-action-group",
"displayName": "Plugin example: Custom actions for table block",
"description": "This plugin demonstrates how to use the custom actions for table block feature to create a custom actions for a table block.",
"version": "2.2.0-beta.3",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x"
}
}