Skip to content

Commit fde0054

Browse files
authored
Removing the propertyEditorSchemaAlias for "Accepted Upload Types" (#18330)
So that it doesn't show up as an available Property Editor in the list.
1 parent ee05e5d commit fde0054

File tree

1 file changed

+0
-1
lines changed
  • src/Umbraco.Web.UI.Client/src/packages/property-editors/accepted-types

1 file changed

+0
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/property-editors/accepted-types/manifests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export const manifest: ManifestPropertyEditorUi = {
77
element: () => import('./property-editor-ui-accepted-upload-types.element.js'),
88
meta: {
99
label: 'Accepted Upload Types',
10-
propertyEditorSchemaAlias: 'Umbraco.MultipleTextstring',
1110
icon: 'icon-ordered-list',
1211
group: 'lists',
1312
supportsReadOnly: true,

0 commit comments

Comments
 (0)