Initial commit
This commit is contained in:
18
application/Espo/Resources/metadata/clientDefs/Note.json
Normal file
18
application/Espo/Resources/metadata/clientDefs/Note.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user