@innovastudio/contentbox 1.5.34 → 1.5.35
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
|
@@ -104636,7 +104636,9 @@ class ContentBox {
|
|
|
104636
104636
|
zoom: 0.6,
|
|
104637
104637
|
shortenHTML: true,
|
|
104638
104638
|
advancedTimeline: true,
|
|
104639
|
+
previewStyle: 'top:auto;bottom:30px;left:90px;right:auto;',
|
|
104639
104640
|
livePreviewOpen: false,
|
|
104641
|
+
livePreviewAlwaysReload: false,
|
|
104640
104642
|
sectionTemplate: `
|
|
104641
104643
|
<div class="is-section is-box is-section-100 type-poppins">
|
|
104642
104644
|
<div class="is-overlay"></div>
|
|
@@ -107152,8 +107154,9 @@ class ContentBox {
|
|
|
107152
107154
|
this.scrollSync(iframe);
|
|
107153
107155
|
}, 1000);
|
|
107154
107156
|
},
|
|
107155
|
-
previewStyle:
|
|
107156
|
-
livePreviewOpen:
|
|
107157
|
+
previewStyle: this.settings.previewStyle,
|
|
107158
|
+
livePreviewOpen: this.settings.livePreviewOpen,
|
|
107159
|
+
livePreviewAlwaysReload: this.settings.livePreviewAlwaysReload,
|
|
107157
107160
|
iframe: this.settings.iframe,
|
|
107158
107161
|
imageAdjust: 1,
|
|
107159
107162
|
// ContentBuilder
|