Skip to content

Commit

Permalink
Merge pull request #18 from jwade1327/rename
Browse files Browse the repository at this point in the history
Rename testing-template to drb-sample
  • Loading branch information
Shinsina authored Apr 26, 2023
2 parents 529311c + 6fb155e commit 64f2169
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions tenants/all/config/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ const config = {
},
preferenceCenter: 'https://www.drbicuspid.com/user/subscribe',
},
'testing-template': {
'drb-sample': {
...brands.drb,
name: 'Test Template',
name: 'Sample',
logo: {
src: '/files/base/smg/all/image/static/drb/DrB_EmailHeader_BreakingNews_v3.jpg',
src: '/files/base/smg/all/image/static/drb/DrB_EmailHeader_Sample_v3.jpg',
footerWidth: 200,
},
preferenceCenter: 'https://www.drbicuspid.com/user/subscribe',
Expand Down
30 changes: 15 additions & 15 deletions tenants/all/config/email-x.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,48 +59,48 @@ config
height: 250,
},
])
.setAdUnits('sab', [
{
name: 'ad-slot-1',
id: '638616fd58002a6962708cd2',
width: 300,
height: 250,
},
])
.setAdUnits('testing-template', [
.setAdUnits('drb-sample', [
{
name: 'ad-slot-1',
id: '6442c99cf620c9c4d389373b',
id: '6446c3f7f89e5833c74c6448',
width: 300,
height: 250,
},
{
name: 'ad-slot-2',
id: '6442c9b0f89e58c61a4c61f3',
id: '6446c413f620c94b888939b4',
width: 300,
height: 250,
},
{
name: 'ad-slot-3',
id: '6442c9c3f89e5840fe4c61fd',
id: '6446c421f620c974228939be',
width: 300,
height: 250,
},
{
name: 'ad-slot-4',
id: '6442c9d7f89e588a7c4c6210',
id: '6446c432f620c9f0168939d1',
width: 300,
height: 250,
},
{
name: 'ad-slot-5',
id: '6442c9e6f620c931f1893772',
id: '6446c446f89e5869944c6488',
width: 300,
height: 250,
},
{
name: 'ad-slot-6',
id: '6442c9f8f620c98e9d893785',
id: '6446c459f620c942a18939ed',
width: 300,
height: 250,
},
])
.setAdUnits('sab', [
{
name: 'ad-slot-1',
id: '638616fd58002a6962708cd2',
width: 300,
height: 250,
},
Expand Down
File renamed without changes.

0 comments on commit 64f2169

Please sign in to comment.