File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- import { UMB_DICTIONARY_SECTION_ALIAS } from '../section/index.js ' ;
1
+ import { UMB_TRANSLATION_SECTION_ALIAS } from '@umbraco-cms/backoffice/translation ' ;
2
2
3
3
export const manifests : Array < UmbExtensionManifest > = [
4
4
{
@@ -8,12 +8,12 @@ export const manifests: Array<UmbExtensionManifest> = [
8
8
element : ( ) => import ( './dictionary-overview-dashboard.element.js' ) ,
9
9
meta : {
10
10
label : '#dictionaryItem_overviewTitle' ,
11
- pathname : '' ,
11
+ pathname : 'dictionary-overview ' ,
12
12
} ,
13
13
conditions : [
14
14
{
15
15
alias : 'Umb.Condition.SectionAlias' ,
16
- match : UMB_DICTIONARY_SECTION_ALIAS ,
16
+ match : UMB_TRANSLATION_SECTION_ALIAS ,
17
17
} ,
18
18
] ,
19
19
} ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { manifests as dashboardManifests } from './dashboard/manifests.js';
3
3
import { manifests as entityActionManifests } from './entity-action/manifests.js' ;
4
4
import { manifests as menuManifests } from './menu/manifests.js' ;
5
5
import { manifests as repositoryManifests } from './repository/manifests.js' ;
6
- import { manifests as sectionManifests } from './section/manifests.js' ;
7
6
import { manifests as treeManifests } from './tree/manifests.js' ;
8
7
import { manifests as workspaceManifests } from './workspace/manifests.js' ;
9
8
@@ -13,7 +12,6 @@ export const manifests: Array<UmbExtensionManifest> = [
13
12
...entityActionManifests ,
14
13
...menuManifests ,
15
14
...repositoryManifests ,
16
- ...sectionManifests ,
17
15
...treeManifests ,
18
16
...workspaceManifests ,
19
17
] ;
You can’t perform that action at this time.
0 commit comments