From 13d9e629b9d577ca2ba0d074f1a5f59462b42b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 31 May 2023 14:37:49 +0200 Subject: [PATCH] clean up unused model --- .../tags/property-editors/Umbraco.Tags.ts | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/Umbraco.Tags.ts 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', - }, - ], - }, - }, -};