diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/settings/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/settings/manifests.ts index 93e7698ef6..4431ec65bd 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/settings/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/settings/manifests.ts @@ -8,7 +8,7 @@ export const manifests: Array = [ type: 'section', alias: UMB_SETTINGS_SECTION_ALIAS, name: 'Settings Section', - weight: 400, + weight: 800, meta: { label: '#sections_settings', pathname: 'settings', diff --git a/src/Umbraco.Web.UI.Client/src/packages/dictionary/section/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/dictionary/section/manifests.ts index 4c2a22e568..8d75384b61 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/dictionary/section/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/dictionary/section/manifests.ts @@ -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', diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/section.manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/section.manifests.ts index d1f666a5f3..290d903e50 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/section.manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/section.manifests.ts @@ -11,7 +11,7 @@ const section: ManifestSection = { type: 'section', alias: sectionAlias, name: 'Content Section', - weight: 600, + weight: 1000, meta: { label: '#sections_content', pathname: 'content', diff --git a/src/Umbraco.Web.UI.Client/src/packages/media/section.manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/media/section.manifests.ts index 39e189b167..3d0f59f199 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/media/section.manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/media/section.manifests.ts @@ -11,7 +11,7 @@ const section: ManifestSection = { type: 'section', alias: sectionAlias, name: 'Media Section', - weight: 500, + weight: 900, meta: { label: '#sections_media', pathname: 'media', diff --git a/src/Umbraco.Web.UI.Client/src/packages/members/member-section/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/members/member-section/manifests.ts index 8ab8879531..b1563a290b 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/members/member-section/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/members/member-section/manifests.ts @@ -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', diff --git a/src/Umbraco.Web.UI.Client/src/packages/packages/package-section/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/packages/package-section/manifests.ts index c90be8450f..853956a7c2 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/packages/package-section/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/packages/package-section/manifests.ts @@ -6,7 +6,7 @@ const section: ManifestSection = { type: 'section', alias: sectionAlias, name: 'Packages Section', - weight: 200, + weight: 700, meta: { label: '#sections_packages', pathname: 'packages', diff --git a/src/Umbraco.Web.UI.Client/src/packages/user/user-section/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/user/user-section/manifests.ts index 92bd37242e..c177498856 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/user/user-section/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/user/user-section/manifests.ts @@ -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',