From e0d61e6525a59784aa01c3375d7e1e01c5a3205f Mon Sep 17 00:00:00 2001
From: Lily Yan <lily.yan@uwaterloo.ca>
Date: Tue, 16 Feb 2021 13:17:55 -0500
Subject: [PATCH] ISTWCMS-4649 Add sidebar to content type menu

---
 uw_cfg_common.links.menu.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/uw_cfg_common.links.menu.yml b/uw_cfg_common.links.menu.yml
index 0a9a379f..9ff19537 100644
--- a/uw_cfg_common.links.menu.yml
+++ b/uw_cfg_common.links.menu.yml
@@ -238,6 +238,12 @@ uw_content_management.content_types.profile:
   url: internal:/node/add/uw_ct_profile
   weight: 0
 
+uw_content_management.content_types.sidebar:
+  title: 'Sidebar'
+  parent: uw_content_management.content_types
+  url: internal:/node/add/uw_ct_sidebar
+  weight: 0
+
 uw_content_management.content_types.profile.add_profile_type:
   title: 'Add profile type'
   parent: uw_content_management.content_types.profile
-- 
GitLab