mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
21 lines
575 B
JSON
21 lines
575 B
JSON
{
|
||
"name": "@nocobase/plugin-field-attachment-url",
|
||
"version": "1.6.25",
|
||
"main": "dist/server/index.js",
|
||
"displayName": "Collection field: Attachment(URL)",
|
||
"displayName.zh-CN": "数据表字段:附件(URL)",
|
||
"description": "Supports attachments in URL format.",
|
||
"description.zh-CN": "支持 URL 格式的附件。",
|
||
"peerDependencies": {
|
||
"@nocobase/client": "1.x",
|
||
"@nocobase/server": "1.x",
|
||
"@nocobase/test": "1.x"
|
||
},
|
||
"devDependencies": {
|
||
"@nocobase/plugin-file-manager": "1.6.25"
|
||
},
|
||
"keywords": [
|
||
"Collection fields"
|
||
]
|
||
}
|