Merge pull request #2460 from umbraco/v15/hotfix/17274
Hotfix: correct config field alias to 'useLiveEditing'
This commit is contained in:
@@ -75,7 +75,7 @@ export abstract class UmbBlockManagerContext<
|
||||
setEditorConfiguration(configs: UmbPropertyEditorConfigCollection) {
|
||||
this._editorConfiguration.setValue(configs);
|
||||
if (this._liveEditingMode.getValue() === undefined) {
|
||||
this._liveEditingMode.setValue(configs.getValueByAlias<boolean>('liveEditingMode'));
|
||||
this._liveEditingMode.setValue(configs.getValueByAlias<boolean>('useLiveEditing'));
|
||||
}
|
||||
}
|
||||
getEditorConfiguration(): UmbPropertyEditorConfigCollection | undefined {
|
||||
|
||||
Reference in New Issue
Block a user