We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2dea0 commit 7dc4c56Copy full SHA for 7dc4c56
src/packages/documents/document-blueprints/workspace/manifests.ts
@@ -27,15 +27,6 @@ export const manifests: Array<UmbExtensionManifest> = [
27
entityType: UMB_DOCUMENT_BLUEPRINT_ROOT_ENTITY_TYPE,
28
},
29
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
39
{
40
type: 'workspaceView',
41
kind: 'contentEditor',
0 commit comments