16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"controller": "controllers/record",
|
|
"recordViews": {
|
|
"detail": "views/template/record/detail",
|
|
"edit": "views/template/record/edit"
|
|
},
|
|
"mergeDisabled": true,
|
|
"filterList": [
|
|
"active"
|
|
],
|
|
"selectDefaultFilters": {
|
|
"filter": "active"
|
|
},
|
|
"iconClass": "fas fa-file-pdf"
|
|
}
|