diff --git a/src/Service/UWService.php b/src/Service/UWService.php index 7f86af0351a1f57958315adaa520ad9b97dbb8e1..f08feb7c1cb1950ed3371fd8fa0b90ff146fff4b 100644 --- a/src/Service/UWService.php +++ b/src/Service/UWService.php @@ -374,21 +374,21 @@ class UWService implements UWServiceInterface { case 'full': $preprocess = [ 'uw_ct_blog', - 'uw_ct_event', - 'uw_ct_news_item', - 'uw_ct_web_page', 'uw_ct_catalog_item', 'uw_ct_contact', + 'uw_ct_event', + 'uw_ct_news_item', 'uw_ct_profile', + 'uw_ct_web_page', ]; break; case 'layout_container': $preprocess = [ 'uw_ct_blog', - 'uw_ct_news_item', - 'uw_ct_event', 'uw_ct_contact', + 'uw_ct_event', + 'uw_ct_news_item', 'uw_ct_profile', ]; break; @@ -396,12 +396,12 @@ class UWService implements UWServiceInterface { case 'teaser': $preprocess = [ 'uw_ct_blog', - 'uw_ct_event', - 'uw_ct_news_item', - 'uw_ct_web_page', 'uw_ct_catalog_item', 'uw_ct_contact', + 'uw_ct_event', + 'uw_ct_news_item', 'uw_ct_profile', + 'uw_ct_web_page', ]; break;