@innovastudio/contentbox 1.6.103 → 1.6.104
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/package.json
CHANGED
@@ -159407,6 +159407,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
|
|
159407
159407
|
contentHtmlEnd: '</div></div></div>'
|
159408
159408
|
};
|
159409
159409
|
this.settings = Object.assign(this, defaults, settings);
|
159410
|
+
if (Object.keys(this.settings.lang).length > 0) window._txt = this.settings.lang;
|
159410
159411
|
|
159411
159412
|
if (this.clearPreferences) {
|
159412
159413
|
localStorage.removeItem('_disclaimershown');
|