16 lines
382 B
JSON
16 lines
382 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"
|
|
}
|
|
}
|