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

Merge branch 'feature/ISTWCMS-4588-ibiki-profile-teaser-block' into '1.0.x'

ISTWCMS-4588: Adding profile teaser icon to layout builder available block list.

See merge request !138
parents 9483dbc4 bbafc9a6
No related branches found
No related tags found
1 merge request!138ISTWCMS-4588: Adding profile teaser icon to layout builder available block list.
langcode: en
status: true
dependencies: { }
id: uw_cbl_profile_teaser
block_id: uw_cbl_profile_teaser
category: uw_bc_teasers
label: 'Profile teaser'
weight: -2
image_path: images/layout_builder_browser/profileteaser.svg
image_path_base: 'theme:uw_fdsu_theme_resp'
image_alt: 'profile icon'
......@@ -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