Skip to content

Commit

Permalink
Removing the propertyEditorSchemaAlias for "Accepted Upload Types" (#…
Browse files Browse the repository at this point in the history
…18330)

So that it doesn't show up as an available Property Editor in the list.
  • Loading branch information
leekelleher authored Feb 13, 2025
1 parent ee05e5d commit fde0054
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fde0054

Please sign in to comment.