diff --git a/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/Umbraco.Tags.ts b/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/Umbraco.Tags.ts deleted file mode 100644 index 6faf2003dc..0000000000 --- a/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/Umbraco.Tags.ts +++ /dev/null @@ -1,19 +0,0 @@ -import type { ManifestPropertyEditorModel } from '@umbraco-cms/backoffice/extension-registry'; - -export const manifest: ManifestPropertyEditorModel = { - type: 'propertyEditorModel', - name: 'Tags', - alias: 'Umbraco.Tags', - meta: { - settings: { - properties: [ - { - alias: 'startNodeId', - label: 'Start node', - description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.Tags', - }, - ], - }, - }, -};