Menu
The Menu tab allows you to define custom navigation structures for users within an Area. Configure which collections appear in the sidebar, assign icons, and control visibility based on roles and authentication sources.
Menu List
The main view displays all configured menus for the current Area in a searchable table.
| Column | Description |
|---|---|
| Name | The display name of the menu. |
| Menu Position | Where the menu appears in the UI (e.g., SIDEBAR). |
| Status | Whether the menu is Active or Inactive. |
| Actions | Edit or delete the menu. |
Currently, Sidebar is the only available menu position. Additional placement options will be supported in future updates.
Creating a Menu
To add a new navigation menu to your Area:
- Navigate to Areas → select your Area → Menu tab.
- Click the Add Menu button.
- Enter a Name for the menu.
- Click + Add Menu Item to begin adding navigation entries.
- Configure each menu item (see Menu Item Configuration below).
- Click Save to create the menu.
Editing a Menu
Modify an existing menu's structure and items:
- Click the icon in the Actions column.
- Update the Name or modify menu items.
- Edit, or remove existing items as needed.
- Click Save to apply changes.
Menu Item Configuration
Each menu item links to a collection and can be restricted to specific roles. Click + Add Menu Item to open the configuration dialog.
View all settings
| Setting | Description |
|---|---|
| Collection | The collection this menu item navigates to. Required. Populates from collections included in the Area. |
| Label | The display text shown in the navigation sidebar. Required. |
| Auth Table | Limit visibility to users from specific authentication collections. Supports multiple selections. |
| Menu Icon | Choose an icon to display alongside the label in the navigation. |
| Roles | Restrict visibility to specific roles. Available roles depend on the selected Auth Table(s). Supports multiple selections. |
Managing Menu Items
After adding items to a menu, you can manage them directly from the menu form:
| Control | Action | Description |
|---|---|---|
| Edit | Modify the menu item's label, collection, icon, or role restrictions. | |
| Delete | Remove the menu item from the navigation. |
Menu item visibility is cumulative with Area-level permissions. Users must have both:
- Access to the Area (via Area roles)
- Access to the specific menu item (via item roles)
Related
- Areas Overview
- General Configuration — Define which collections are available in the Area
- ACL — Configure granular permissions for collections