@innovastudio/contentbuilder 1.5.107 → 1.5.108

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/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.107",
4
+ "version": "1.5.108",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -93492,6 +93492,10 @@ Add an image for each feature.`, 'Create a new content showcasing a photo galler
93492
93492
  }
93493
93493
  this.settings = this.opts; // Backward compatible
93494
93494
 
93495
+ if (this.isContentBox) {
93496
+ this.settings.snippetModal = false;
93497
+ }
93498
+
93495
93499
  // freeform
93496
93500
  if (this.canvas && !this.isContentBox) {
93497
93501
  /*