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/entityDefs/LayoutRecord.json
T
Yuri Kuznetsov 3c17ff2da9 layout set fix
2021-10-14 10:35:08 +03:00

26 lines
473 B
JSON

{
"fields": {
"name": {
"type": "varchar"
},
"layoutSet": {
"type": "link"
},
"data": {
"type": "text"
}
},
"links": {
"layoutSet": {
"type": "belongsTo",
"entity": "LayoutSet",
"foreign": "layoutRecords"
}
},
"indexes": {
"nameLayoutSetId": {
"columns": ["name", "layoutSetId"]
}
}
}