@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
@@ -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
|
/*
|