correction bundle section

This commit is contained in:
Niels Lyngsø
2023-08-28 20:16:41 +02:00
parent a6b93e4cf5
commit 093e3bae20

View File

@@ -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',
},
},
];