fix: Add a settings link for portals in sidebar (#6475)
This commit is contained in:
committed by
GitHub
parent
71d8195845
commit
4d719a8fe3
@@ -238,6 +238,7 @@
|
|||||||
"DRAFT": "Draft",
|
"DRAFT": "Draft",
|
||||||
"ARCHIVED": "Archived",
|
"ARCHIVED": "Archived",
|
||||||
"CATEGORY": "Category",
|
"CATEGORY": "Category",
|
||||||
|
"SETTINGS": "Settings",
|
||||||
"CATEGORY_EMPTY_MESSAGE": "No categories found"
|
"CATEGORY_EMPTY_MESSAGE": "No categories found"
|
||||||
},
|
},
|
||||||
"SET_AUTO_OFFLINE": {
|
"SET_AUTO_OFFLINE": {
|
||||||
|
|||||||
@@ -185,6 +185,15 @@ export default {
|
|||||||
toolTip: 'Archived',
|
toolTip: 'Archived',
|
||||||
toStateName: 'list_archived_articles',
|
toStateName: 'list_archived_articles',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: 'settings',
|
||||||
|
label: 'HELP_CENTER.SETTINGS',
|
||||||
|
key: 'edit_portal_information',
|
||||||
|
toState: frontendURL(
|
||||||
|
`accounts/${this.accountId}/portals/${this.selectedPortalSlug}/edit`
|
||||||
|
),
|
||||||
|
toStateName: 'edit_portal_information',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
additionalSecondaryMenuItems() {
|
additionalSecondaryMenuItems() {
|
||||||
|
|||||||
Reference in New Issue
Block a user