19 lines
497 B
JSON
19 lines
497 B
JSON
{
|
|
"controller": "controllers/note",
|
|
"collection": "collections/note",
|
|
"recordViews": {
|
|
"edit": "views/note/record/edit",
|
|
"editQuick": "views/note/record/edit",
|
|
"listRelated": "views/stream/record/list"
|
|
},
|
|
"modalViews": {
|
|
"edit": "views/note/modals/edit"
|
|
},
|
|
"itemViews": {
|
|
"Post": "views/stream/notes/post"
|
|
},
|
|
"viewSetupHandlers": {
|
|
"record/detail": ["handlers/note/record-detail-setup"]
|
|
}
|
|
}
|