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
2015-07-10 12:01:23 +03:00

25 lines
582 B
JSON

{
"controller": "controllers/record",
"recordViews": {
"detail": "Template.Record.Detail"
},
"formDependency": {
"printFooter": {
"map": {
"true" : [
{
"action": "show",
"fields": ["footer", "footerPosition"]
}
]
},
"default": [
{
"action": "hide",
"fields": ["footer", "footerPosition"]
}
]
}
}
}