diff --git a/src/Service/UWService.php b/src/Service/UWService.php index b5df42d5d11829f2290d56d3719a03cfad211cc3..9b3cf295005a310dbf586426bda0dd936117eb3e 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,