Tabbed Layouts
Overview
User Guide
Feature Configuration
Enabling Tabbed Layouts
"tabbedLayouts": {
"enabled": true,
"showIcons": true,
"iconSize": 18,
"showLabels": true,
"labelFontSize": 12,
"labelFontColor": "#FFFFFF",
"backgroundColor": "#14364a",
"searchEnabled": true,
"edgeToEdge": true,
"tabs": [ ... ],
"criteria_OR": [
{
"field": "_${session.userId}",
"pattern": "^_.+$"
}
]
}Configuring the Tab Layout
Configuring Tabs
Putting It All Together
Last updated