correction bundle section
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user