Initial commit
This commit is contained in:
37
application/Espo/Resources/layouts/Portal/detail.json
Normal file
37
application/Espo/Resources/layouts/Portal/detail.json
Normal file
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}, {"name": "isActive"}],
|
||||
[{"name": "url"}, {"name": "isDefault"}],
|
||||
[{"name": "portalRoles"}, {"name": "customId"}],
|
||||
[{"name": "customUrl"}, false]
|
||||
],
|
||||
"tabBreak": true,
|
||||
"tabLabel": "$label:General"
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "dateFormat"}, {"name": "timeZone"}],
|
||||
[{"name": "timeFormat"}, {"name": "weekStart"}],
|
||||
[{"name": "defaultCurrency"}, {"name": "language"}]
|
||||
],
|
||||
"tabBreak": true,
|
||||
"tabLabel": "$label:Settings"
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "authenticationProvider"}, {"name": "authTokenLifetime"}],
|
||||
[false, {"name": "authTokenMaxIdleTime"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "companyLogo"}, {"name": "theme"}],
|
||||
[{"name": "layoutSet"}, {"name": "applicationName"}],
|
||||
[{"name": "tabList"}, {"name": "quickCreateList"}],
|
||||
[{"name": "dashboardLayout", "fullWidth": true}]
|
||||
],
|
||||
"tabBreak": true,
|
||||
"tabLabel": "$label:User Interface"
|
||||
}
|
||||
]
|
||||
19
application/Espo/Resources/layouts/Portal/detailSmall.json
Normal file
19
application/Espo/Resources/layouts/Portal/detailSmall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"label": "General",
|
||||
"rows": [
|
||||
[{"name": "name", "fullWidth": true}],
|
||||
[{"name": "url", "fullWidth": true}],
|
||||
[{"name": "isDefault"}, {"name": "isActive"}],
|
||||
[{"name": "portalRoles", "fullWidth": true}],
|
||||
[{"name": "language"}, false]
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "User Interface",
|
||||
"rows": [
|
||||
[{"name": "companyLogo"}, {"name": "theme"}],
|
||||
[{"name": "tabList"}, {"name": "quickCreateList"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
15
application/Espo/Resources/layouts/Portal/list.json
Normal file
15
application/Espo/Resources/layouts/Portal/list.json
Normal file
@@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"name":"name",
|
||||
"link":true
|
||||
},
|
||||
{
|
||||
"name": "url",
|
||||
"width": 40,
|
||||
"notSortable": true
|
||||
},
|
||||
{
|
||||
"name": "isActive",
|
||||
"width": 15
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"users"
|
||||
]
|
||||
Reference in New Issue
Block a user