Skip to content

Commit

Permalink
Add SENL to core.js file for all brands
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 committed Oct 9, 2023
1 parent 36c95f1 commit f9f10d3
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions tenants/all/config/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ const config = {
},
preferenceCenter: 'https://www.labpulse.com/user/subscribe',
},
'labpulse-senl': {
...brands.labPulse,
name: 'labpulse-SENL',
logo: {
src: '/files/base/smg/all/image/static/lab/Labpulse-SpecialEditionNewsletter.png',
footerWidth: 200,
},
preferenceCenter: 'https://www.labpulse.com/user/subscribe',
},
'drb-lfte': {
...brands.drb,
name: 'Dr. Bicuspid-Letter From The Editor',
Expand Down Expand Up @@ -84,6 +93,15 @@ const config = {
},
preferenceCenter: 'https://www.drbicuspid.com/user/subscribe',
},
'drb-senl': {
...brands.drb,
name: 'DrBicuspid-SENL',
logo: {
src: '/files/base/smg/all/image/static/drb/DrBiscuspid-SpecialEditionNewsletter.png',
footerWidth: 200,
},
preferenceCenter: 'https://www.drbicuspid.com/user/subscribe',
},
'am-lfte': {
...brands.am,
name: 'AuntMinnie-Letter From The Editor',
Expand Down Expand Up @@ -130,6 +148,24 @@ const config = {
},
preferenceCenter: 'https://www.auntminnie.com/user/subscribe',
},
'am-senl': {
...brands.am,
name: 'AuntMinnie-SENL',
logo: {
src: '/files/base/smg/all/image/static/am/auntminnie-SpecialEditionNewsletter.png',
footerWidth: 200,
},
preferenceCenter: 'https://www.auntminnie.com/user/subscribe',
},
'ame-senl': {
...brands.ame,
name: 'AuntMinnieEurope-SENL',
logo: {
src: '/files/base/smg/all/image/static/ame/AME-SpecialEditionNewsletter.png',
footerWidth: 200,
},
preferenceCenter: 'https://www.auntminnieeurope.com/user/subscribe',
},
};

module.exports = config;

0 comments on commit f9f10d3

Please sign in to comment.