register the webhooks package globally

This commit is contained in:
Jacob Overgaard
2024-02-29 10:11:26 +01:00
parent 1be3fab430
commit 2fd5f6e42d
2 changed files with 3 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ const CORE_PACKAGES = [
import('../../packages/tiny-mce/umbraco-package.js'),
import('../../packages/umbraco-news/umbraco-package.js'),
import('../../packages/user/umbraco-package.js'),
import('../../packages/webhooks/umbraco-package.js'),
];
@customElement('umb-backoffice')

View File

@@ -35,7 +35,7 @@ const workspaceViews: Array<ManifestWorkspaceView> = [
},
],
},
{
/*{
type: 'workspaceView',
alias: 'Umb.WorkspaceView.Webhooks.Search',
name: 'Webhooks Root Workspace Logs View',
@@ -52,7 +52,7 @@ const workspaceViews: Array<ManifestWorkspaceView> = [
match: workspace.alias,
},
],
},
},*/
];
const workspaceActions: Array<ManifestWorkspaceAction> = [];