From 75e744a10c55368294571fc060615cca86a0f7a2 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Wed, 21 Feb 2024 12:25:18 +0000 Subject: [PATCH] Text/Email property-editor change `inputType` to "Label" as the "Dropdown" made it appear to be broken. --- .../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 31494dcbe2..2886c6f049 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 @@ -5,7 +5,7 @@ const inputTypeConfig = { alias: 'inputType', label: 'Input type', description: 'Select input type', - propertyEditorUiAlias: 'Umb.PropertyEditorUi.Dropdown', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Label', }; export const manifests: Array = [