From 6821e151e85f435afce326748f3bbaeb2aef3ddb Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 3 Jun 2022 13:03:35 +0200 Subject: [PATCH] remove unused extension --- src/Umbraco.Web.UI.Client/src/index.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/index.ts b/src/Umbraco.Web.UI.Client/src/index.ts index 747f6a2429..78304be933 100644 --- a/src/Umbraco.Web.UI.Client/src/index.ts +++ b/src/Umbraco.Web.UI.Client/src/index.ts @@ -88,25 +88,12 @@ const registerInternalManifests = async () => { type: 'propertyEditorUI', alias: 'Umb.PropertyEditorUI.Text', name: 'Text', - //elementName: 'umb-property-editor-text', js: () => import('./backoffice/property-editors/property-editor-text.element'), meta: { icon: 'document', group: 'common', }, }, - /* - { - type: 'propertyEditorUI', - alias: 'External.PropertyEditorUI.Test', - name: 'Text', - js: () => Promise.resolve(document.createElement('hr')), - meta: { - icon: 'document', - group: 'common', - } - }, - */ { type: 'propertyEditorUI', alias: 'Umb.PropertyEditorUI.Textarea',