add keys to section manifests
This commit is contained in:
@@ -9,7 +9,7 @@ export const manifests = [
|
||||
name: 'Settings Section',
|
||||
weight: 400,
|
||||
meta: {
|
||||
label: 'Settings',
|
||||
label: '#sections_settings',
|
||||
pathname: 'settings',
|
||||
},
|
||||
conditions: [
|
||||
|
||||
@@ -10,7 +10,7 @@ const section: ManifestSection = {
|
||||
name: 'Dictionary Section',
|
||||
weight: 100,
|
||||
meta: {
|
||||
label: 'Dictionary',
|
||||
label: '#sections_translation',
|
||||
pathname: 'dictionary',
|
||||
},
|
||||
conditions: [
|
||||
|
||||
@@ -12,7 +12,7 @@ const section: ManifestSection = {
|
||||
name: 'Content Section',
|
||||
weight: 600,
|
||||
meta: {
|
||||
label: 'Content',
|
||||
label: '#sections_content',
|
||||
pathname: 'content',
|
||||
},
|
||||
conditions: [
|
||||
|
||||
@@ -9,7 +9,7 @@ const section: ManifestSection = {
|
||||
name: 'Media Section',
|
||||
weight: 500,
|
||||
meta: {
|
||||
label: 'Media',
|
||||
label: '#sections_media',
|
||||
pathname: 'media',
|
||||
},
|
||||
conditions: [
|
||||
|
||||
@@ -6,7 +6,7 @@ const section: ManifestSection = {
|
||||
name: 'Members Section',
|
||||
weight: 300,
|
||||
meta: {
|
||||
label: 'Members',
|
||||
label: '#sections_member',
|
||||
pathname: 'member-management',
|
||||
},
|
||||
conditions: [
|
||||
|
||||
@@ -8,7 +8,7 @@ const section: ManifestSection = {
|
||||
name: 'Packages Section',
|
||||
weight: 200,
|
||||
meta: {
|
||||
label: 'Packages',
|
||||
label: '#sections_packages',
|
||||
pathname: 'packages',
|
||||
},
|
||||
conditions: [
|
||||
|
||||
@@ -8,7 +8,7 @@ const section: ManifestSection = {
|
||||
name: 'User Management Section',
|
||||
weight: 100,
|
||||
meta: {
|
||||
label: 'Users',
|
||||
label: '#sections_users',
|
||||
pathname: 'user-management',
|
||||
},
|
||||
conditions: [
|
||||
|
||||
Reference in New Issue
Block a user