set more data

This commit is contained in:
Niels Lyngsø
2024-01-03 10:41:36 +01:00
parent 06d78bc5e4
commit f2d76ef588

View File

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