Skip to content

Commit

Permalink
Merge pull request #10 from jwade1327/rename-lfte
Browse files Browse the repository at this point in the history
Rename letter from the editor (LabPulse)
  • Loading branch information
jwade1327 authored Mar 9, 2023
2 parents 23e66ff + 3dd8695 commit bc42f18
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tenants/all/config/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = {
enabled: true,
},
},
'letter-from-the-editor': {
'labpulse-lfte': {
...brands.labPulse,
name: 'Letter From The Editor',
preferenceCenter: 'https://www.labpulse.com/user/subscribe',
Expand Down
2 changes: 1 addition & 1 deletion tenants/all/config/email-x.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EmailXConfiguration = require('@parameter1/base-cms-marko-newsletters-emai
const config = new EmailXConfiguration(process.env.EMAILX_SERVE_URI || 'https://smg.serve.email-x.parameter1.com');

config
.setAdUnits('letter-from-the-editor', [
.setAdUnits('labpulse-lfte', [
{
name: 'ad-slot-1',
id: '632b08a058002aacbb708185',
Expand Down
2 changes: 1 addition & 1 deletion tenants/all/config/native-x.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
uri: 'https://smg.native-x.parameter1.com',
placements: {
'letter-from-the-editor': {
'labpulse-lfte': {
'slot-1': '632b0922e063f70001d48fc8',
},
},
Expand Down
File renamed without changes.

0 comments on commit bc42f18

Please sign in to comment.