From eb662d66fc92ee84c1021bb9e192ce3205f85efd Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Thu, 6 Oct 2022 10:08:32 +0200 Subject: [PATCH] add missing properties --- .../src/backoffice/sections/section.context.ts | 1 + .../src/mocks/domains/manifests.handlers.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/sections/section.context.ts b/src/Umbraco.Web.UI.Client/src/backoffice/sections/section.context.ts index b01591ab62..63eb9a4725 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/sections/section.context.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/sections/section.context.ts @@ -12,6 +12,7 @@ export class UmbSectionContext { js: '', elementName: '', meta: { + label: '', pathname: '', weight: 0, }, diff --git a/src/Umbraco.Web.UI.Client/src/mocks/domains/manifests.handlers.ts b/src/Umbraco.Web.UI.Client/src/mocks/domains/manifests.handlers.ts index fb4bbaac84..13bb1d17d1 100644 --- a/src/Umbraco.Web.UI.Client/src/mocks/domains/manifests.handlers.ts +++ b/src/Umbraco.Web.UI.Client/src/mocks/domains/manifests.handlers.ts @@ -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, },