mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-01 14:57:36 +08:00
b263a83a12
* feat: open-source plugin source code * fix: fdw * feat: update readme.md * fix: gitignore * fix: peerDependencies * fix: remove zh-cn.md * feat: update license * fix: peerDependencies * fix: peerDependencies * test(ai): fix breaking test case of tools loader * fix(verification): dep * fix: deps * fix: version * feat: plugin-comments * fix: deps --------- Co-authored-by: Drol <cgyrock@gmail.com> Co-authored-by: xilesun <2013xile@gmail.com>
20 lines
1022 B
JSON
20 lines
1022 B
JSON
{
|
|
"name": "@nocobase/plugin-field-m2m-array",
|
|
"displayName": "Collection field: Many to many (array)",
|
|
"displayName.ru-RU": "Связь коллекций: «многие ко многим» (массив)",
|
|
"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.ru-RU": "Позволяет создавать отношения «многие ко многим» между двумя моделями, сохраняя массив уникальных ключей целевой модели.",
|
|
"description.zh-CN": "支持通过在数组中存储目标表唯一键的方式建立多对多关系。",
|
|
"version": "2.0.2",
|
|
"main": "dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "2.x",
|
|
"@nocobase/server": "2.x",
|
|
"@nocobase/test": "2.x"
|
|
},
|
|
"keywords": [
|
|
"Collection fields"
|
|
],
|
|
"license": "Apache-2.0"
|
|
} |