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

14 lines
467 B
JSON

{
"private": true,
"name": "@nocobase-example/plugin-custom-table-block-field",
"displayName": "Plugin example: Custom field for table block",
"description": "This plugin demonstrates how to use the custom field for table block feature to create a custom field 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"
}
}