This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/fields/attachmentMultiple.json
T
2015-08-05 10:25:45 +03:00

24 lines
405 B
JSON

{
"params":[
{
"name":"required",
"type":"bool",
"default":false
}
],
"actualFields":[
"ids"
],
"notActualFields":[
"names"
],
"linkDefs": {
"type": "hasChildren",
"entity": "Attachment",
"foreign": "parent",
"layoutRelationshipsDisabled": true,
"relationName": "attachments"
},
"filter": false
}