Skip to content

Commit 7dc4c56

Browse files
committed
remove registration
1 parent cd2dea0 commit 7dc4c56

File tree

1 file changed

+0
-9
lines changed
  • src/packages/documents/document-blueprints/workspace

1 file changed

+0
-9
lines changed

src/packages/documents/document-blueprints/workspace/manifests.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ export const manifests: Array<UmbExtensionManifest> = [
2727
entityType: UMB_DOCUMENT_BLUEPRINT_ROOT_ENTITY_TYPE,
2828
},
2929
},
30-
{
31-
type: 'workspace',
32-
alias: 'Umb.Workspace.DocumentBlueprint.Folder',
33-
name: 'Document Blueprint Folder Workspace',
34-
element: () => import('./document-blueprint-root-workspace.element.js'),
35-
meta: {
36-
entityType: UMB_DOCUMENT_BLUEPRINT_FOLDER_ENTITY_TYPE,
37-
},
38-
},
3930
{
4031
type: 'workspaceView',
4132
kind: 'contentEditor',

0 commit comments

Comments
 (0)