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/clientDefs/Template.json
T
2018-08-21 12:05:59 +03:00

60 lines
1.6 KiB
JSON

{
"controller": "controllers/record",
"recordViews": {
"detail": "views/template/record/detail",
"edit": "views/template/record/edit"
},
"formDependency": {
"printFooter": {
"map": {
"true" : [
{
"action": "show",
"fields": ["footer", "footerPosition"]
}
]
},
"default": [
{
"action": "hide",
"fields": ["footer", "footerPosition"]
}
]
}
},
"dynamicLogic": {
"fields": {
"body": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "entityType"
}
]
}
},
"header": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "entityType"
}
]
}
},
"variables": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "entityType"
}
]
}
}
}
}
}