Skip to content

Commit

Permalink
fix(blocks.newsletter): missing shopify attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunham2 authored Dec 26, 2024
1 parent fd30c93 commit d7cadf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/newsletter.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
{% endstylesheet %}

<div class="newsletter-block {{ block.settings | class_list }}">
<div class="newsletter-block {{ block.settings | class_list }}" {{ block.shopify_attributes }}>
<div class="newsletter-form">
{%- form 'customer' -%}
<input type="hidden" name="contact[tags]" value="newsletter">
Expand Down

0 comments on commit d7cadf5

Please sign in to comment.