diff --git a/src/Umbraco.Web.UI.Client/public-assets/App_Plugins/custom-bundle-package/index.js b/src/Umbraco.Web.UI.Client/public-assets/App_Plugins/custom-bundle-package/index.js index aec0ef5f30..e31fd7db76 100644 --- a/src/Umbraco.Web.UI.Client/public-assets/App_Plugins/custom-bundle-package/index.js +++ b/src/Umbraco.Web.UI.Client/public-assets/App_Plugins/custom-bundle-package/index.js @@ -1,13 +1,13 @@ export const manifests = [ { type: 'section', - alias: 'My.Section.Custom', + alias: 'MyBundle.Section.Custom', name: 'Custom Section', js: '/App_Plugins/section.js', weight: 1, meta: { - label: 'My Custom', - pathname: 'my-custom', + label: 'My Bundle Section', + pathname: 'my-custom-bundle', }, }, ];