Initial commit
This commit is contained in:
22
application/Espo/Resources/layouts/Attachment/detail.json
Normal file
22
application/Espo/Resources/layouts/Attachment/detail.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}, {"name": "role"}
|
||||
],
|
||||
[
|
||||
{"name": "parent"}, {"name": "related"}
|
||||
],
|
||||
[
|
||||
{"name": "type"}, {"name": "field"}
|
||||
],
|
||||
[
|
||||
{"name": "size"}, {"name": "isBeingUploaded"}
|
||||
],
|
||||
[
|
||||
{"name": "storage"}, {"name": "sourceId", "view": "views/fields/varchar"}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}, {"name": "role"}
|
||||
],
|
||||
[
|
||||
{"name": "parent"}, {"name": "related"}
|
||||
],
|
||||
[
|
||||
{"name": "type"}, {"name": "field"}
|
||||
],
|
||||
[
|
||||
{"name": "size"}, {"name": "isBeingUploaded"}
|
||||
],
|
||||
[
|
||||
{"name": "storage"}, {"name": "sourceId", "view": "views/fields/varchar"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
12
application/Espo/Resources/layouts/Attachment/filters.json
Normal file
12
application/Espo/Resources/layouts/Attachment/filters.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
"role",
|
||||
"parent",
|
||||
"related",
|
||||
"size",
|
||||
"field",
|
||||
"type",
|
||||
"createdBy",
|
||||
"createdAt",
|
||||
"storage",
|
||||
"isBeingUploaded"
|
||||
]
|
||||
8
application/Espo/Resources/layouts/Attachment/list.json
Normal file
8
application/Espo/Resources/layouts/Attachment/list.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name": "role", "width": 13},
|
||||
{"name": "parent", "width": 18},
|
||||
{"name": "related", "width": 18},
|
||||
{"name": "createdAt", "width": 11},
|
||||
{"name": "size", "width": 11, "align": "right"}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"view": "views/attachment/fields/name-for-stream"
|
||||
},
|
||||
{"name": "createdBy", "width": 18},
|
||||
{"name": "createdAt", "width": 18}
|
||||
]
|
||||
Reference in New Issue
Block a user