From 8d9528c81ea7799650cdfe9ad0e82c906722d4db Mon Sep 17 00:00:00 2001 From: l26yan <l26yan@uwaterloo.ca> Date: Tue, 11 Jan 2022 16:19:45 -0500 Subject: [PATCH] ISTWCMS-5297 Add missing content types to array --- src/Service/UWService.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Service/UWService.php b/src/Service/UWService.php index b5df42d5..9b3cf295 100644 --- a/src/Service/UWService.php +++ b/src/Service/UWService.php @@ -322,8 +322,12 @@ class UWService implements UWServiceInterface { $content_types = [ 'uw_ct_blog' => TRUE, 'uw_ct_catalog_item' => FALSE, + 'uw_ct_contact' => FALSE, 'uw_ct_event' => TRUE, 'uw_ct_news_item' => TRUE, + 'uw_ct_opportunity' => FALSE, + 'uw_ct_profile' => FALSE, + 'uw_ct_service' => TRUE, 'uw_ct_sidebar' => FALSE, 'uw_ct_site_footer' => FALSE, 'uw_ct_web_page' => TRUE, -- GitLab