settings ui tabs

This commit is contained in:
Yuri Kuznetsov
2023-06-28 11:31:33 +03:00
parent 65b9fabfd7
commit a520b9e57f
2 changed files with 12 additions and 3 deletions
@@ -280,6 +280,9 @@
"Search": "Search",
"Misc": "Misc",
"SMTP": "SMTP",
"General": "General",
"Navbar": "Navbar",
"Dashboard": "Dashboard",
"Configuration": "Configuration",
"In-app Notifications": "In-app Notifications",
"Email Notifications": "Email Notifications",
@@ -2,7 +2,9 @@
{
"rows": [
[{"name": "companyLogo"}, {"name": "applicationName"}]
]
],
"tabBreak": true,
"tabLabel": "$label:General"
},
{
"rows": [
@@ -22,11 +24,15 @@
[{"name": "tabList"}, {"name": "quickCreateList"}],
[{"name": "scopeColorsDisabled"}, {"name": "tabColorsDisabled"}],
[{"name": "tabIconsDisabled"}, false]
]
],
"tabBreak": true,
"tabLabel": "$label:Navbar"
},
{
"rows": [
[{"name": "dashboardLayout", "fullWidth": true}]
]
],
"tabBreak": true,
"tabLabel": "$label:Dashboard"
}
]