sfc-utils 1.3.61 → 1.3.62
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/index.js +3 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -145,6 +145,9 @@ let blendHDN = function(meta){
|
|
|
145
145
|
HDN.dataLayer.content.keyNlpOther = []
|
|
146
146
|
HDN.dataLayer.content.keyNlpUnknown = []
|
|
147
147
|
|
|
148
|
+
// Signal to Blueconic that we are ready for gift button
|
|
149
|
+
HDN.dataLayer.content.giftEnabled = meta.GIFT_ENABLED;
|
|
150
|
+
|
|
148
151
|
// HDN.dataLayer object for source information
|
|
149
152
|
HDN.dataLayer.source.authorName = ''
|
|
150
153
|
|