From 10bf295653b64c1e0251aba849c0720b3d27504e Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 23 Sep 2022 10:55:27 +0200 Subject: [PATCH] Add the dashboard to internal manifests --- .../src/temp-internal-manifests.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/temp-internal-manifests.ts b/src/Umbraco.Web.UI.Client/src/temp-internal-manifests.ts index d24a1ab104..a6655933fe 100644 --- a/src/Umbraco.Web.UI.Client/src/temp-internal-manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/temp-internal-manifests.ts @@ -118,6 +118,18 @@ export const internalManifests: Array Promise 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',