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
2016-12-21 15:56:15 +02:00

26 lines
634 B
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"]
}
]
}
}
}