We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8692c69 commit 78cf937Copy full SHA for 78cf937
app/services/cms/providers/strapi/factories/blocks_factory.rb
@@ -59,7 +59,7 @@ def self.to_two_column_video_section(strapi_data)
59
right_column_content: to_content_block(strapi_data[:rightColumnContent]),
60
background_color: extract_color_name(strapi_data, :bkColor),
61
left_column_button: to_ncce_button(strapi_data[:leftColumnButton]),
62
- box_color: extract_color_name(strapi_data, :boxColor),
+ box_color: extract_color_name(strapi_data, :boxColor)
63
)
64
end
65
0 commit comments