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"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user