register dictionary overview dashboard
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { UMB_DICTIONARY_SECTION_ALIAS } from '../section/index.js';
|
||||
import { UMB_TRANSLATION_SECTION_ALIAS } from '@umbraco-cms/backoffice/translation';
|
||||
|
||||
export const manifests: Array<UmbExtensionManifest> = [
|
||||
{
|
||||
@@ -8,12 +8,12 @@ export const manifests: Array<UmbExtensionManifest> = [
|
||||
element: () => import('./dictionary-overview-dashboard.element.js'),
|
||||
meta: {
|
||||
label: '#dictionaryItem_overviewTitle',
|
||||
pathname: '',
|
||||
pathname: 'dictionary-overview',
|
||||
},
|
||||
conditions: [
|
||||
{
|
||||
alias: 'Umb.Condition.SectionAlias',
|
||||
match: UMB_DICTIONARY_SECTION_ALIAS,
|
||||
match: UMB_TRANSLATION_SECTION_ALIAS,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -3,7 +3,6 @@ import { manifests as dashboardManifests } from './dashboard/manifests.js';
|
||||
import { manifests as entityActionManifests } from './entity-action/manifests.js';
|
||||
import { manifests as menuManifests } from './menu/manifests.js';
|
||||
import { manifests as repositoryManifests } from './repository/manifests.js';
|
||||
import { manifests as sectionManifests } from './section/manifests.js';
|
||||
import { manifests as treeManifests } from './tree/manifests.js';
|
||||
import { manifests as workspaceManifests } from './workspace/manifests.js';
|
||||
|
||||
@@ -13,7 +12,6 @@ export const manifests: Array<UmbExtensionManifest> = [
|
||||
...entityActionManifests,
|
||||
...menuManifests,
|
||||
...repositoryManifests,
|
||||
...sectionManifests,
|
||||
...treeManifests,
|
||||
...workspaceManifests,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user