From fde00546e89e360ba3bab13cbc97d04cca4bc4b3 Mon Sep 17 00:00:00 2001 From: Lee Kelleher Date: Thu, 13 Feb 2025 19:24:28 +0000 Subject: [PATCH] Removing the `propertyEditorSchemaAlias` for "Accepted Upload Types" (#18330) So that it doesn't show up as an available Property Editor in the list. --- .../src/packages/property-editors/accepted-types/manifests.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/property-editors/accepted-types/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/accepted-types/manifests.ts index a88774c861..09d0279755 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/property-editors/accepted-types/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/property-editors/accepted-types/manifests.ts @@ -7,7 +7,6 @@ export const manifest: ManifestPropertyEditorUi = { element: () => import('./property-editor-ui-accepted-upload-types.element.js'), meta: { label: 'Accepted Upload Types', - propertyEditorSchemaAlias: 'Umbraco.MultipleTextstring', icon: 'icon-ordered-list', group: 'lists', supportsReadOnly: true,