diff --git a/src/Service/UwNodeContent.php b/src/Service/UwNodeContent.php index 4c4eaa2bcb0c44aacc16fccdc2469ea7bc86440a..9dc77c3a8bfbefaf841c28ae381074af2dbf1544 100644 --- a/src/Service/UwNodeContent.php +++ b/src/Service/UwNodeContent.php @@ -657,6 +657,7 @@ class UwNodeContent { if ($view_mode == 'teaser') { $content_data['footer']['posted'] = $this->addToContentData('date', 'field_uw_opportunity_date'); $content_data['footer']['deadline'] = $this->addToContentData('date', 'field_uw_opportunity_deadline'); + $content_data['footer']['opportunity_type'] = $this->addToContentData('terms', ['field_uw_opportunity_type']); } if ($node_flags['get_footer']) {