add missing properties
This commit is contained in:
@@ -12,6 +12,7 @@ export class UmbSectionContext {
|
||||
js: '',
|
||||
elementName: '',
|
||||
meta: {
|
||||
label: '',
|
||||
pathname: '',
|
||||
weight: 0,
|
||||
},
|
||||
|
||||
@@ -17,6 +17,7 @@ export const manifestDevelopmentHandler = rest.get(umbracoPath('/manifests'), (_
|
||||
js: '/src/mocks/App_Plugins/section.js',
|
||||
elementName: 'my-section-custom',
|
||||
meta: {
|
||||
label: 'Custom',
|
||||
pathname: 'my-custom',
|
||||
weight: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user