Skip to content
Snippets Groups Projects
Commit 8b0d3e58 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5880: adding settings to banners on node pages

parent 98bfe684
No related branches found
No related tags found
3 merge requests!284Feature/istwcms 5880 ebremner banners above,!274Draft: ISTWCMS-5551: fixing office hours display,!260Feature/istwcms 5668 a5kulkar rename references to publications
......@@ -300,10 +300,10 @@ class UwNodeFieldValue {
$banners = [
'images' => $images,
// 'autoplay' => $block_content->field_uw_autoplay->value,
// 'slide_speed' => $block_content->field_uw_slide_speed->value,
// 'style' => $block_content->field_uw_text_overlay_style->value,
// 'transition_speed' => $block_content->field_uw_transition_speed->value,
'autoplay' => $node->field_uw_autoplay->value,
'slide_speed' => $node->field_uw_slide_speed->value,
'style' => $node->field_uw_text_overlay_style->value,
'transition_speed' => $node->field_uw_transition_speed->value,
];
return $banners;
......
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