add keys to section manifests

This commit is contained in:
Mads Rasmussen
2024-04-08 19:07:12 +02:00
parent ee20c9e018
commit 0daab7023f
7 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ export const manifests = [
name: 'Settings Section',
weight: 400,
meta: {
label: 'Settings',
label: '#sections_settings',
pathname: 'settings',
},
conditions: [

View File

@@ -10,7 +10,7 @@ const section: ManifestSection = {
name: 'Dictionary Section',
weight: 100,
meta: {
label: 'Dictionary',
label: '#sections_translation',
pathname: 'dictionary',
},
conditions: [

View File

@@ -12,7 +12,7 @@ const section: ManifestSection = {
name: 'Content Section',
weight: 600,
meta: {
label: 'Content',
label: '#sections_content',
pathname: 'content',
},
conditions: [

View File

@@ -9,7 +9,7 @@ const section: ManifestSection = {
name: 'Media Section',
weight: 500,
meta: {
label: 'Media',
label: '#sections_media',
pathname: 'media',
},
conditions: [

View File

@@ -6,7 +6,7 @@ const section: ManifestSection = {
name: 'Members Section',
weight: 300,
meta: {
label: 'Members',
label: '#sections_member',
pathname: 'member-management',
},
conditions: [

View File

@@ -8,7 +8,7 @@ const section: ManifestSection = {
name: 'Packages Section',
weight: 200,
meta: {
label: 'Packages',
label: '#sections_packages',
pathname: 'packages',
},
conditions: [

View File

@@ -8,7 +8,7 @@ const section: ManifestSection = {
name: 'User Management Section',
weight: 100,
meta: {
label: 'Users',
label: '#sections_users',
pathname: 'user-management',
},
conditions: [