diff --git a/src/Service/UwNodeContent.php b/src/Service/UwNodeContent.php index 6976c8eec35b2a0323a5e8bb6b10c65e8830ac11..2949a10a3c4738c10dc379a7ffdf73208ddfc6f3 100644 --- a/src/Service/UwNodeContent.php +++ b/src/Service/UwNodeContent.php @@ -151,6 +151,10 @@ class UwNodeContent { } else { if ($content == 'header') { + if ($node->getType() == 'uw_ct_contact') { + $node_flags['get_image'] = TRUE; + } + $node_flags['get_header'] = TRUE; $node_flags['get_title'] = TRUE; $node_flags['get_hero'] = TRUE;