sfc-utils 1.4.199 → 1.4.200
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/brands3.js +4 -5
- package/package.json +1 -1
package/brands3.js
CHANGED
|
@@ -236,11 +236,10 @@ let getBrands3 = function (market) {
|
|
|
236
236
|
siteName: "Dallas Morning News",
|
|
237
237
|
twitter: "dallasnews",
|
|
238
238
|
invert: true,
|
|
239
|
-
// We're faking all this stuff below until Dallas is actually in WCM
|
|
240
239
|
gaAccount: "UA-1616916-99",
|
|
241
|
-
subscribeLink: "https://
|
|
242
|
-
sailCustomer: "",
|
|
243
|
-
sailSiteName: "",
|
|
240
|
+
subscribeLink: "https://subscription.dallasnews.com/",
|
|
241
|
+
sailCustomer: "54a7348a6246e8483fe32f4979403990",
|
|
242
|
+
sailSiteName: "dallasnews",
|
|
244
243
|
siteId: 101,
|
|
245
244
|
siteCode: "dallasnews",
|
|
246
245
|
},
|
|
@@ -266,7 +265,7 @@ let getBrands3 = function (market) {
|
|
|
266
265
|
styles: Object.assign(defaultObj.styles, marketObj[market].styles),
|
|
267
266
|
attributes: Object.assign(
|
|
268
267
|
defaultObj.attributes,
|
|
269
|
-
marketObj[market].attributes
|
|
268
|
+
marketObj[market].attributes,
|
|
270
269
|
),
|
|
271
270
|
};
|
|
272
271
|
return combinedStyles;
|