Skip to content

Commit

Permalink
Allow block-level HTML tags in post box ad and post breakout ad
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Apr 25, 2024
1 parent b8d6879 commit f9b3166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partials/snippets/post-box-ad.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="container">

<h2 class="spacing-bottom-small" data-populate-field="title"></h2>
<p class="spacing-bottom-small" data-populate-field="text"></p>
<div class="spacing-bottom-small" data-populate-field="text"></div>
<a
data-populate-field="cta"
data-track="ad"
Expand Down
2 changes: 1 addition & 1 deletion partials/snippets/post-breakout-ad.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="container container--narrow">

<h2 data-populate-field="title"></h2>
<p data-populate-field="text"></p>
<div class="spacing-bottom" data-populate-field="text"></div>
<a
data-populate-field="image"
data-track="ad"
Expand Down

0 comments on commit f9b3166

Please sign in to comment.