header apps data

This commit is contained in:
Niels Lyngsø
2022-12-14 08:40:09 +01:00
parent dd03c82542
commit 680521346d

View File

@@ -45,7 +45,7 @@ export class UmbBackofficeHeaderTools extends LitElement {
weight: 100,
meta: {
label: 'Favorites',
icon: null,
icon: 'favorite',
pathname: 'favorites',
},
},
@@ -56,6 +56,8 @@ export class UmbBackofficeHeaderTools extends LitElement {
loader: () => import('./backoffice-header-app-user.element'),
weight: 1000,
meta: {
label: 'TODO: how should we enable this to not be set.',
icon: 'TODO: how should we enable this to not be set.',
pathname: 'user',
},
},