From aaeee9923c55c6d84540ffead14305dd123ed886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 27 Sep 2024 11:15:31 +0200 Subject: [PATCH] fix alias --- .../block-grid/property-editors/block-grid-editor/manifests.ts | 2 +- .../block-list/property-editors/block-list-editor/manifests.ts | 2 +- .../packages/tiny-mce/property-editors/tiny-mce/manifests.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/manifests.ts index 6a8e85a2f7..66468101ed 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-editor/manifests.ts @@ -70,7 +70,7 @@ export const manifests: Array = [ blockGridSchemaManifest, { type: 'propertyValueResolver', - alias: 'Umb.PropertyValueResolver.Block', + alias: 'Umb.PropertyValueResolver.BlockGrid', name: 'Block Value Resolver', api: UmbStandardBlockValueResolver, meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/manifests.ts index f824c41c6a..99046f86f0 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/manifests.ts @@ -51,7 +51,7 @@ export const manifests: Array = [ blockListSchemaManifest, { type: 'propertyValueResolver', - alias: 'Umb.PropertyValueResolver.Block', + alias: 'Umb.PropertyValueResolver.BlockList', name: 'Block Value Resolver', api: UmbStandardBlockValueResolver, meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/tiny-mce/property-editors/tiny-mce/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/tiny-mce/property-editors/tiny-mce/manifests.ts index 48690a60ea..5577fe4db2 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/tiny-mce/property-editors/tiny-mce/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/tiny-mce/property-editors/tiny-mce/manifests.ts @@ -136,7 +136,7 @@ export const manifests: Array = [ }, { type: 'propertyValueResolver', - alias: 'Umb.PropertyValueResolver.Block', + alias: 'Umb.PropertyValueResolver.TinyMce', name: 'Block Value Resolver', api: UmbRteBlockValueResolver, meta: {