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

ISTWCMS-5234: coding standards

parent d45b5b51
No related branches found
No related tags found
1 merge request!184Feature/istwcms 5234 ebremner hero
...@@ -286,10 +286,10 @@ class UwNodeFieldValue { ...@@ -286,10 +286,10 @@ class UwNodeFieldValue {
$banners = [ $banners = [
'images' => $images, 'images' => $images,
// 'autoplay' => $block_content->field_uw_autoplay->value, // 'autoplay' => $block_content->field_uw_autoplay->value,
// 'slide_speed' => $block_content->field_uw_slide_speed->value, // 'slide_speed' => $block_content->field_uw_slide_speed->value,
// 'style' => $block_content->field_uw_text_overlay_style->value, // 'style' => $block_content->field_uw_text_overlay_style->value,
// 'transition_speed' => $block_content->field_uw_transition_speed->value, // 'transition_speed' => $block_content->field_uw_transition_speed->value,
]; ];
return $banners; 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