From f0d25b762aa7b84f4bed41bf5ad61c8c01b196d6 Mon Sep 17 00:00:00 2001
From: ebremner <ebremner@uwaterloo.ca>
Date: Thu, 17 Jun 2021 01:50:01 -0400
Subject: [PATCH] ISTWCMS-4704: adding title to featured image nodes

---
 src/Service/UWService.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Service/UWService.php b/src/Service/UWService.php
index 62c123f3..f96a8695 100644
--- a/src/Service/UWService.php
+++ b/src/Service/UWService.php
@@ -131,6 +131,7 @@ class UWService implements UWServiceInterface {
 
         if (in_array($node->getType(), array_keys($featured_image))) {
           $get_image = TRUE;
+          $get_title = TRUE;
         }
       }
     }
-- 
GitLab