remove unused extension

This commit is contained in:
Mads Rasmussen
2022-06-03 13:03:35 +02:00
parent d23ad553d5
commit 6821e151e8

View File

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