From f2d76ef588f170a15d2c65f284ba4d7425061a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 3 Jan 2024 10:41:36 +0100 Subject: [PATCH] set more data --- .../block-list-editor/property-editor-ui-block-list.element.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.ts b/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.ts index 8274f10243..2562567fc3 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.ts @@ -25,6 +25,8 @@ export class UmbPropertyEditorUIBlockListElement extends UmbLitElement implement this._value = buildUpValue as UmbBlockValueType; this.#context.setLayouts(this._value.layout[UMB_BLOCK_LIST_PROPERTY_EDITOR_ALIAS]); + this.#context.setContents(buildUpValue.contentData); + this.#context.setSettings(buildUpValue.settingsData); } @property({ attribute: false })