Files
nocobase/packages/plugins/@nocobase-example/plugin-custom-table-block/package.json
T
2026-05-13 05:14:47 +00:00

14 lines
436 B
JSON

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