mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
Support withSubs on the menuproviders in appmenu
Adds support to define child providers for a parent menu using a .withSubs option. This parent menu will always be displayed as an expandable menu. When no children are visible, the expandable menus will be hidden.
This commit is contained in:
@@ -79,4 +79,6 @@ export interface MenuSection {
|
||||
* Note that not all menus may render icons.
|
||||
*/
|
||||
icon?: string;
|
||||
|
||||
isExpandable?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user