Skip to content

Commit

Permalink
Add missing block attributes (Shopify#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeleta authored Jan 18, 2023
1 parent 6490d2f commit c5f4c15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sections/multirow.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
<div class="multirow section-{{ section.id }}-padding gradient color-{{ section.settings.section_color_scheme }}">
<div class="multirow__inner page-width">
{%- for block in section.blocks -%}
<div class="image-with-text isolate{{ borders_class }}{{ corners_class }}{{ padding_class }}">
<div
class="image-with-text isolate{{ borders_class }}{{ corners_class }}{{ padding_class }}"
{{ block.shopify_attributes }}
>
<div class="image-with-text__grid grid grid--gapless grid--1-col grid--{% if section.settings.desktop_image_width == 'medium' %}2-col-tablet{% else %}3-col-tablet{% endif %}{% if section.settings.image_layout contains 'alternate' %}{% cycle odd_class, even_class %}{% else %}{{ odd_class }}{% endif %}">
<div class="image-with-text__media-item image-with-text__media-item--{{ section.settings.desktop_image_width }} image-with-text__media-item--{{ section.settings.desktop_content_position }} grid__item">
<div
Expand Down

0 comments on commit c5f4c15

Please sign in to comment.