From 811e497b21873085e40a0fec2da62b1d5cdbc2ff Mon Sep 17 00:00:00 2001 From: leekelleher Date: Tue, 19 Mar 2024 09:32:34 +0000 Subject: [PATCH] Bugfix: EmailAddress corrected alias Aligned with the server schema alias. --- .../src/packages/core/property-editor/uis/text-box/manifests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/manifests.ts index 24418bdcc4..4d0b531f32 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/manifests.ts @@ -32,7 +32,7 @@ export const manifests: Array = [ }, { type: 'propertyEditorUi', - alias: 'Umb.PropertyEditorUi.Email', + alias: 'Umb.PropertyEditorUi.EmailAddress', name: 'Email Property Editor UI', element: () => import('./property-editor-ui-text-box.element.js'), meta: {