Skip to main content
Version: 8.1

Set up the mobile app menu

Level: advanced
Example

Setting up the mobile application menu with two groups – the main group and the Sales group.

Example implementation

ModuleGroups property
// Mobile application module groups.
"ModuleGroups": {
// Main menu group setup.
"main": {
// Group position in the main menu.
"Position": 0
},
// [Sales] menu group setup.
"sales": {
// Group position in the main menu.
"Position" 1
}
}