Initial commit
This commit is contained in:
46
application/Espo/Resources/layouts/Template/detail.json
Normal file
46
application/Espo/Resources/layouts/Template/detail.json
Normal file
@@ -0,0 +1,46 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "name"
|
||||
},
|
||||
{
|
||||
"name": "status"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "entityType"
|
||||
},
|
||||
false
|
||||
],
|
||||
[{"name": "variables", "view": "views/template/fields/variables"}],
|
||||
[{"name":"body"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name":"pageOrientation"}, {"name":"pageFormat"}],
|
||||
[{"name":"pageWidth"}, {"name":"pageHeight"}],
|
||||
[{"name":"fontFace"}, false]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[false, {"name":"topMargin"}, false],
|
||||
[{"name":"leftMargin"}, false, {"name":"rightMargin"}],
|
||||
[false, {"name":"bottomMargin"}, false]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "title"}, false],
|
||||
[{"name":"printHeader"}, {"name":"headerPosition"}],
|
||||
[{"name":"header","fullWidth":true}],
|
||||
[{"name":"printFooter"}, {"name":"footerPosition"}],
|
||||
[{"name":"footer","fullWidth":true}],
|
||||
[{"name": "style"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}],
|
||||
[{"name": "entityType"}, {"name": "status"}],
|
||||
[{"name": "body"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
5
application/Espo/Resources/layouts/Template/filters.json
Normal file
5
application/Espo/Resources/layouts/Template/filters.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
"entityType",
|
||||
"createdAt",
|
||||
"createdBy"
|
||||
]
|
||||
5
application/Espo/Resources/layouts/Template/list.json
Normal file
5
application/Espo/Resources/layouts/Template/list.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name": "name", "link": true},
|
||||
{"name": "entityType", "width": 25},
|
||||
{"name": "status", "width": 25}
|
||||
]
|
||||
Reference in New Issue
Block a user