Add the dashboard to internal manifests

This commit is contained in:
Jacob Overgaard
2022-09-23 10:55:27 +02:00
parent 6446266f79
commit 10bf295653

View File

@@ -118,6 +118,18 @@ export const internalManifests: Array<ManifestTypes & { loader: () => Promise<ob
weight: 10,
},
},
{
type: 'dashboard',
alias: 'Umb.Dashboard.PublishedStatus',
name: 'Published Status',
elementName: 'umb-dashboard-published-status',
loader: () => import('./backoffice/dashboards/published-status/dashboard-published-status.element'),
meta: {
sections: ['Umb.Section.Settings'],
pathname: 'published-status', // TODO: how to we want to support pretty urls?
weight: 9,
},
},
{
type: 'dashboard',
alias: 'Umb.Dashboard.MediaManagement',