move header changes to dspace theme

This commit is contained in:
Art Lowel
2021-06-01 12:46:23 +02:00
parent 2cd78470ce
commit c756c68f28
31 changed files with 274 additions and 82 deletions

View File

@@ -46,6 +46,7 @@ export class NavbarComponent extends MenuComponent {
id: `browse_global_communities_and_collections`,
active: false,
visible: true,
index: 0,
model: {
type: MenuItemType.LINK,
text: `menu.section.browse_global_communities_and_collections`,
@@ -57,11 +58,11 @@ export class NavbarComponent extends MenuComponent {
id: 'browse_global',
active: false,
visible: true,
index: 1,
model: {
type: MenuItemType.TEXT,
text: 'menu.section.browse_global'
} as TextMenuItemModel,
index: 0
},
];
// Read the different Browse-By types from config and add them to the browse menu