register the global context
This commit is contained in:
@@ -12,6 +12,7 @@ import { manifests as modalManifests } from './modals/manifests.js';
|
||||
import { manifests as treeManifests } from './tree/manifests.js';
|
||||
import { manifests as userPermissionManifests } from './user-permissions/manifests.js';
|
||||
import { manifests as workspaceManifests } from './workspace/manifests.js';
|
||||
import { manifests as globalContextManifests } from './global-contexts/manifests.js';
|
||||
|
||||
export const manifests = [
|
||||
...breadcrumbManifests,
|
||||
@@ -28,4 +29,5 @@ export const manifests = [
|
||||
...treeManifests,
|
||||
...userPermissionManifests,
|
||||
...workspaceManifests,
|
||||
...globalContextManifests,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user