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

ISTWCMS-4588: updating profiles to get sources so that teaser splays correctly

parent 2e83503e
No related branches found
No related tags found
1 merge request!138ISTWCMS-4588: Adding profile teaser icon to layout builder available block list.
......@@ -282,6 +282,7 @@ class UWService implements UWServiceInterface {
'affiliation' => $get_header ? 'field_uw_ct_profile_affiliation' : NULL,
'content' => $get_content ? 'field_uw_profile_summary' : NULL,
'image' => $get_header ? 'field_uw_ct_profile_image' : NULL,
'sources' => $get_image ? 'field_uw_ct_profile_image' : NULL,
'tags' => $get_footer ? $tag_list : NULL,
'link_profile' => $get_footer ? 'field_uw_ct_profile_info_link' : NULL,
'personal_webpage' => $get_footer ? 'field_uw_ct_profile_link_persona' : NULL,
......
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