From 85caa6791a5cdeb29c566f0d443ffcedc12aea1d Mon Sep 17 00:00:00 2001 From: Lily Yan <l26yan@uwaterloo.ca> Date: Mon, 4 Jul 2022 15:24:32 -0400 Subject: [PATCH] ISTWCMS-5479 Add auth config page to the site management menu --- uw_cfg_common.links.menu.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/uw_cfg_common.links.menu.yml b/uw_cfg_common.links.menu.yml index 8a441ec0..259c7b09 100644 --- a/uw_cfg_common.links.menu.yml +++ b/uw_cfg_common.links.menu.yml @@ -339,6 +339,11 @@ uw_content_management.global_vocabularies.audience.manage: url: internal:/admin/structure/taxonomy/manage/uw_vocab_audience weight: 1 +uw_site_management.authenticated_site_settings: + title: 'Authenticated site settings' + menu_name: uw-menu-site-management + url: internal:/admin/config/system/auth_site + weight: 0 uw_site_management.content_access: title: 'Content access' menu_name: uw-menu-site-management -- GitLab