add missing properties

This commit is contained in:
Mads Rasmussen
2022-10-06 10:08:32 +02:00
parent c6a8d86b3f
commit eb662d66fc
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ export class UmbSectionContext {
js: '',
elementName: '',
meta: {
label: '',
pathname: '',
weight: 0,
},

View File

@@ -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,
},