Files
2026-01-19 17:46:06 +01:00

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"]
}
}