Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-group-newsletters into rename

# Conflicts:
#	tenants/all/config/email-x.js
  • Loading branch information
jwade1327 committed Apr 25, 2023
2 parents 75c8d69 + a7fd626 commit 6fb155e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/common/components/layouts/case.marko
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ $ const resolvedToNodesConverter = ({ resolved }) => (resolved.map((node) => ({
cta-link-style=ctaLinkStyle
/>

<common-ad-wrapper-block
newsletter=newsletter
promotion-component="advertisement-block"
ad-unit=emailX.getAdUnit({ name: 'ad-slot-1', alias: newsletter.alias })
date=date
/>

</@body>
</common-body-wrapper-block>
</@body>
Expand Down
8 changes: 8 additions & 0 deletions tenants/all/config/email-x.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ config
height: 250,
},
])
.setAdUnits('drb-case-of-the-week', [
{
name: 'ad-slot-1',
id: '6446764ff620c92f5c89387b',
width: 300,
height: 250,
},
])
.setAdUnits('drb-sample', [
{
name: 'ad-slot-1',
Expand Down

0 comments on commit 6fb155e

Please sign in to comment.