Skip to content
Snippets Groups Projects
Commit f0d25b76 authored by Eric Bremner's avatar Eric Bremner Committed by Eric Bremner
Browse files

ISTWCMS-4704: adding title to featured image nodes

parent 452a3b4d
No related branches found
No related tags found
1 merge request!112Feature/istwcms 4704 m26lebla ebremner content types
...@@ -131,6 +131,7 @@ class UWService implements UWServiceInterface { ...@@ -131,6 +131,7 @@ class UWService implements UWServiceInterface {
if (in_array($node->getType(), array_keys($featured_image))) { if (in_array($node->getType(), array_keys($featured_image))) {
$get_image = TRUE; $get_image = TRUE;
$get_title = TRUE;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment