From f039a6e62f4875f3a55053cb4cb4988a56b7dda3 Mon Sep 17 00:00:00 2001 From: Igor Biki <ibiki@uwaterloo.ca> Date: Fri, 29 Jan 2021 08:42:09 -0500 Subject: [PATCH] ISTWCMS-4527: Adding dashboard menu items. --- uw_cfg_common.links.menu.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/uw_cfg_common.links.menu.yml b/uw_cfg_common.links.menu.yml index 826ca1e6..d01093bd 100644 --- a/uw_cfg_common.links.menu.yml +++ b/uw_cfg_common.links.menu.yml @@ -232,6 +232,24 @@ uw_content_management.content_types.news_item.list_news_tags: url: internal:/admin/structure/taxonomy/manage/uw_vocab_news_tags/overview weight: 0 +uw_content_management.content_types.profile: + title: 'Profile' + parent: uw_content_management.content_types + url: internal:/node/add/uw_ct_profile + weight: 0 + +uw_content_management.content_types.profile.add_profile_tag: + title: 'Add profile tag' + parent: uw_content_management.content_types.profile + url: internal:/admin/structure/taxonomy/manage/uw_vocab_profile_type/add + weight: 0 + +uw_content_management.content_types.profile.list_profile_tags: + title: 'List profile tags' + parent: uw_content_management.content_types.profile + url: internal:/admin/structure/taxonomy/manage/uw_vocab_profile_type/overview + weight: 0 + uw_content_management.content_types.site_footer: title: 'Site footer' parent: uw_content_management.content_types -- GitLab