Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[]
|
||||
12
application/Espo/Resources/layouts/Note/detail.json
Normal file
12
application/Espo/Resources/layouts/Note/detail.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "post"}
|
||||
],
|
||||
[
|
||||
{"name": "attachments"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
14
application/Espo/Resources/layouts/Note/detailSmall.json
Normal file
14
application/Espo/Resources/layouts/Note/detailSmall.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "post"
|
||||
}
|
||||
],
|
||||
[
|
||||
{"name": "attachments"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
7
application/Espo/Resources/layouts/Note/filters.json
Normal file
7
application/Espo/Resources/layouts/Note/filters.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
"createdBy",
|
||||
"createdAt",
|
||||
"post",
|
||||
"attachments",
|
||||
"isInternal"
|
||||
]
|
||||
13
application/Espo/Resources/layouts/Note/filtersGlobal.json
Normal file
13
application/Espo/Resources/layouts/Note/filtersGlobal.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
"type",
|
||||
"createdBy",
|
||||
"createdAt",
|
||||
"parent",
|
||||
"related",
|
||||
"post",
|
||||
"attachments",
|
||||
"isInternal",
|
||||
"targetType",
|
||||
"modifiedBy",
|
||||
"modifiedAt"
|
||||
]
|
||||
11
application/Espo/Resources/layouts/Note/listSmall.json
Normal file
11
application/Espo/Resources/layouts/Note/listSmall.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"name": "type"
|
||||
},
|
||||
{
|
||||
"name": "createdBy"
|
||||
},
|
||||
{
|
||||
"name": "createdAt"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user