From 1f47bb9b91fb539fac20a64c085c7dac8a68e5fe Mon Sep 17 00:00:00 2001 From: leekelleher Date: Mon, 22 Apr 2024 11:27:32 +0100 Subject: [PATCH] Updates Tags schema to use the Select property-editor UI for the Storage Type option. --- .../src/packages/core/property-editor/schemas/Umbraco.Tags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/schemas/Umbraco.Tags.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/schemas/Umbraco.Tags.ts index 84d55ed002..4281c69c05 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/schemas/Umbraco.Tags.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/schemas/Umbraco.Tags.ts @@ -18,7 +18,7 @@ export const manifest: ManifestPropertyEditorSchema = { alias: 'storageType', label: 'Storage Type', description: '', - propertyEditorUiAlias: 'Umb.PropertyEditorUi.Dropdown', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Select', config: [ { alias: 'items',