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 ec0649f65a note view
2022-08-05 11:17:10 +03:00

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