This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/clientDefs/Note.json
T
Yuri Kuznetsov 0f127091c2 reactions
2024-11-06 14:14:12 +02:00

19 lines
479 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"]
}
}