Merge pull request #1725 from umbraco/chore/top-level-weight

Chore: Sort top level menu items
This commit is contained in:
Lee Kelleher
2024-04-29 15:10:12 +01:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ export const manifests: Array<ManifestTypes> = [
type: 'section',
alias: UMB_SETTINGS_SECTION_ALIAS,
name: 'Settings Section',
weight: 400,
weight: 800,
meta: {
label: '#sections_settings',
pathname: 'settings',

View File

@@ -12,7 +12,7 @@ const section: ManifestSection = {
type: 'section',
alias: UMB_DICTIONARY_SECTION_ALIAS,
name: 'Dictionary Section',
weight: 100,
weight: 400,
meta: {
label: '#sections_translation',
pathname: 'dictionary',

View File

@@ -11,7 +11,7 @@ const section: ManifestSection = {
type: 'section',
alias: sectionAlias,
name: 'Content Section',
weight: 600,
weight: 1000,
meta: {
label: '#sections_content',
pathname: 'content',

View File

@@ -11,7 +11,7 @@ const section: ManifestSection = {
type: 'section',
alias: sectionAlias,
name: 'Media Section',
weight: 500,
weight: 900,
meta: {
label: '#sections_media',
pathname: 'media',

View File

@@ -4,7 +4,7 @@ const section: ManifestSection = {
type: 'section',
alias: 'Umb.Section.Members',
name: 'Members Section',
weight: 300,
weight: 500,
meta: {
label: '#sections_member',
pathname: 'member-management',

View File

@@ -6,7 +6,7 @@ const section: ManifestSection = {
type: 'section',
alias: sectionAlias,
name: 'Packages Section',
weight: 200,
weight: 700,
meta: {
label: '#sections_packages',
pathname: 'packages',

View File

@@ -6,7 +6,7 @@ const section: ManifestSection = {
type: 'section',
alias: UMB_USER_MANAGEMENT_SECTION_ALIAS,
name: 'User Management Section',
weight: 100,
weight: 600,
meta: {
label: '#sections_users',
pathname: 'user-management',