13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"controller": "Controllers.EmailAccount",
|
|
"recordViews": {
|
|
"list":"EmailAccount.Record.List",
|
|
"detail": "EmailAccount.Record.Detail",
|
|
"edit": "EmailAccount.Record.Edit"
|
|
},
|
|
"views": {
|
|
"list": "EmailAccount.List"
|
|
},
|
|
"disableSearchPanel": true
|
|
}
|