mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-02 04:07:50 +08:00
fix(mbm): add description for m2m (array) plugin
This commit is contained in:
parent
128a000799
commit
5a3966dadb
@ -2,6 +2,8 @@
|
||||
"name": "@nocobase/plugin-field-m2m-array",
|
||||
"displayName": "Collection field: Many to many (array)",
|
||||
"displayName.zh-CN": "数据表字段:多对多 (数组)",
|
||||
"description": "Allows to create many to many relationships between two models by storing an array of unique keys of the target model.",
|
||||
"description.zh-CN": "支持通过在数组中存储目标表唯一键的方式建立多对多关系。",
|
||||
"version": "1.3.0-alpha",
|
||||
"main": "dist/server/index.js",
|
||||
"dependencies": {},
|
||||
|
Loading…
Reference in New Issue
Block a user