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/linkParent.json
T
2015-08-12 16:28:12 +03:00

31 lines
500 B
JSON

{
"params":[
{
"name":"required",
"type":"bool",
"default":false
},
{
"name":"entityList",
"type":"multiEnum",
"view": "Admin.FieldManager.Fields.EntityList"
},
{
"name":"audited",
"type":"bool"
}
],
"actualFields":[
"id",
"type"
],
"notActualFields":[
"name"
],
"filter": true,
"notCreatable": true,
"fieldDefs":{
"notStorable":true
}
}