25 lines
582 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|