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',