Files
nocobase/packages/plugins/@nocobase-example/plugin-custom-table-block-resource/package.json
T
2026-03-25 11:08:17 +00:00

14 lines
479 B
JSON

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