@innovastudio/contentbox 1.6.66 → 1.6.67

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.66",
4
+ "version": "1.6.67",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -146607,6 +146607,7 @@ class ContentBox {
146607
146607
  // iframe only
146608
146608
  canvas: false,
146609
146609
  blankHtml: '',
146610
+ lang: [],
146610
146611
  // Old Template System:
146611
146612
  designUrl1: 'assets/designs/basic.js',
146612
146613
  designUrl2: 'assets/designs/examples.js',
@@ -150344,6 +150345,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
150344
150345
  livePreviewReloadEvery: this.settings.livePreviewReloadEvery,
150345
150346
  iframe: this.settings.iframe,
150346
150347
  screenMode: this.settings.screenMode,
150348
+ lang: this.settings.lang,
150347
150349
  simpleEditingBreakpoint: this.settings.simpleEditingBreakpoint,
150348
150350
  disableBootstrapIcons: this.settings.disableBootstrapIcons,
150349
150351
  imageAdjust: 1,