remove registration

This commit is contained in:
Mads Rasmussen
2024-09-26 22:32:25 +02:00
parent 22020db3df
commit 7abc1ae20f

View File

@@ -27,15 +27,6 @@ export const manifests: Array<UmbExtensionManifest> = [
entityType: UMB_DOCUMENT_BLUEPRINT_ROOT_ENTITY_TYPE,
},
},
{
type: 'workspace',
alias: 'Umb.Workspace.DocumentBlueprint.Folder',
name: 'Document Blueprint Folder Workspace',
element: () => import('./document-blueprint-root-workspace.element.js'),
meta: {
entityType: UMB_DOCUMENT_BLUEPRINT_FOLDER_ENTITY_TYPE,
},
},
{
type: 'workspaceView',
kind: 'contentEditor',