Skip to content

Commit

Permalink
Merge pull request #152 from jwade1327/featured-video-all-templates
Browse files Browse the repository at this point in the history
Add ‘Featured Product Video’ section to all templates
  • Loading branch information
Shinsina authored May 16, 2024
2 parents a9a5495 + a3300db commit 46a6403
Show file tree
Hide file tree
Showing 43 changed files with 430 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tenants/multi/templates/cen-today.marko
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@ $ const primaryColor = "#247c26";
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88380,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block
unsubscribe-cloud-page-id=854
Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/design-development-today.marko
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ $ const socialMediaProviders = config.getAsArray('ddt.socialMediaLinks');
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88381,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ddt" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/design-development-update.marko
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ $ const socialMediaProviders = config.getAsArray('ddt.socialMediaLinks');
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88382,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ddt" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/design-development-weekly-comp.marko
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ $ const socialMediaProviders = config.getAsArray('ddt.socialMediaLinks');
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88385,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ddt" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ $ const socialMediaProviders = config.getAsArray('ddt.socialMediaLinks');
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88384,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ddt" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/design-development-weekly.marko
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ $ const socialMediaProviders = config.getAsArray('ddt.socialMediaLinks');
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88383,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ddt" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/engineering-news-today.marko
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ $ const primaryColor = "#45ad35";
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88386,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ien" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/finishing-world.marko
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@ $ const primaryColor = "#2f51a4";
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88387,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ien" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/fm-product-showcase.marko
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ $ const teaserStyle = {
</tr>
</common-table>

<common-featured-full-block
section-id=88388,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_foodmfg" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/fm-today.marko
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,16 @@ $ const textAdButtonLinkStyle = {
</tr>
</common-table>

<common-featured-full-block
section-id=88389,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_foodmfg" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/fm-weekly-tim-podcast.marko
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,16 @@ $ const textAdButtonLinkStyle = {
</tr>
</common-table>

<common-featured-full-block
section-id=88390,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_foodmfg" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/fm-weekly.marko
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,16 @@ $ const textAdButtonLinkStyle = {
</tr>
</common-table>

<common-featured-full-block
section-id=88391,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_foodmfg" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/food-beverage-insider.marko
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ $ const primaryColor = "#ee0228";
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88392,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_foodmfg" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/food-video-showcase.marko
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ $ const teaserStyle = {
teaser-style=teaserStyle,
/>

<common-featured-full-block
section-id=88393,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_foodmfg" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/id-ma-monthly.marko
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,16 @@ $ const textAdButtonLinkStyle = {
</tr>
</common-table>

<common-featured-full-block
section-id=88394,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_id" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/id-product-showcase.marko
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@ $ const teaserStyle = {
</tr>
</common-table>

<common-featured-full-block
section-id=88395,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_id" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/id-today.marko
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,16 @@ $ const textAdButtonLinkStyle = {
</tr>
</common-table>

<common-featured-full-block
section-id=88396,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_id" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/id-video-showcase.marko
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ $ const teaserStyle = {
teaser-style=teaserStyle,
/>

<common-featured-full-block
section-id=88397,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_id" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/ien-digi-key-integrator.marko
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,16 @@ $ const textAdButtonLinkStyle = {
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88398,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ien" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/ien-today-refresh.marko
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ $ const primaryColor = "#ee0228";
two-column=true,
/>

<common-featured-full-block
section-id=88399,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ien" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/ien-today.marko
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ $ const primaryColor = "#ee0228";
hr-below=true,
/>

<common-featured-full-block
section-id=88400,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ien" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/ien-update.marko
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@ $ const primaryColor = "#ee0228";
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88400,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ien" />

Expand Down
10 changes: 10 additions & 0 deletions tenants/multi/templates/ien-weekly-tim-podcast.marko
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ $ const primaryColor = "#ee0228";
primary-color=primaryColor,
/>

<common-featured-full-block
section-id=88401,
limit=1,
title="FEATURED PRODUCT VIDEO",
date=date,
newsletter=newsletter,
primary-color=primaryColor,
hr-below=true,
/>

<!-- Footer/OptOut -->
<common-default-footer-block advertise-page-link="https://www.ien.com/formstack/advertise_with_im_ien" />

Expand Down
Loading

0 comments on commit 46a6403

Please sign in to comment.