Add the dashboard to internal manifests
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user