File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
src/packages/members/section Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
import { UMB_MEMBER_MANAGEMENT_SECTION_ALIAS } from './constants.js' ;
2
2
import { manifests as sectionSidebarAppManifests } from './sidebar-app/manifests.js' ;
3
3
import { manifests as menuManifests } from './menu/manifests.js' ;
4
- import type {
5
- ManifestSection ,
6
- ManifestTypes ,
7
- UmbBackofficeManifestKind ,
8
- } from '@umbraco-cms/backoffice/extension-registry' ;
4
+ import type { ManifestSection , UmbExtensionManifestKind } from '@umbraco-cms/backoffice/extension-registry' ;
9
5
10
6
const section : ManifestSection = {
11
7
type : 'section' ,
@@ -24,7 +20,7 @@ const section: ManifestSection = {
24
20
] ,
25
21
} ;
26
22
27
- export const manifests : Array < ManifestTypes | UmbBackofficeManifestKind > = [
23
+ export const manifests : Array < UmbExtensionManifest | UmbExtensionManifestKind > = [
28
24
section ,
29
25
...sectionSidebarAppManifests ,
30
26
...menuManifests ,
Original file line number Diff line number Diff line change 1
1
import { UMB_MEMBER_MANAGEMENT_SECTION_ALIAS } from '../constants.js' ;
2
2
import { UMB_MEMBER_MANAGEMENT_MENU_ALIAS } from '../menu/index.js' ;
3
- import type { ManifestTypes , UmbBackofficeManifestKind } from '@umbraco-cms/backoffice/extension-registry' ;
4
3
5
- export const manifests : Array < ManifestTypes | UmbBackofficeManifestKind > = [
4
+ export const manifests : Array < UmbExtensionManifest > = [
6
5
{
7
6
type : 'sectionSidebarApp' ,
8
7
kind : 'menu' ,
You can’t perform that action at this time.
0 commit comments