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 4394b28 commit 396f0e7Copy full SHA for 396f0e7
src/packages/templating/entry-point.ts
@@ -0,0 +1,4 @@
1
+import './partial-views/global-components/index.js';
2
+import './scripts/global-components/index.js';
3
+import './stylesheets/global-components/index.js';
4
+import './templates/global-components/index.js';
src/packages/templating/umbraco-package.ts
@@ -6,4 +6,10 @@ export const extensions = [
6
type: 'bundle',
7
js: () => import('./manifests.js'),
8
},
9
+ {
10
+ name: 'Template Management Backoffice Entry Point',
11
+ alias: 'Umb.BackofficeEntryPoint.TemplateManagement',
12
+ type: 'backofficeEntryPoint',
13
+ js: () => import('./entry-point.js'),
14
+ },
15
];
0 commit comments