Merge pull request #1725 from umbraco/chore/top-level-weight
Chore: Sort top level menu items
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -11,7 +11,7 @@ const section: ManifestSection = {
|
||||
type: 'section',
|
||||
alias: sectionAlias,
|
||||
name: 'Content Section',
|
||||
weight: 600,
|
||||
weight: 1000,
|
||||
meta: {
|
||||
label: '#sections_content',
|
||||
pathname: 'content',
|
||||
|
||||
@@ -11,7 +11,7 @@ const section: ManifestSection = {
|
||||
type: 'section',
|
||||
alias: sectionAlias,
|
||||
name: 'Media Section',
|
||||
weight: 500,
|
||||
weight: 900,
|
||||
meta: {
|
||||
label: '#sections_media',
|
||||
pathname: 'media',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -6,7 +6,7 @@ const section: ManifestSection = {
|
||||
type: 'section',
|
||||
alias: sectionAlias,
|
||||
name: 'Packages Section',
|
||||
weight: 200,
|
||||
weight: 700,
|
||||
meta: {
|
||||
label: '#sections_packages',
|
||||
pathname: 'packages',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user