@innovastudio/contentbox 1.6.110 → 1.6.111
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
@@ -156542,7 +156542,7 @@ class ContentBox {
|
|
156542
156542
|
// Multiple device buttons on frame
|
156543
156543
|
simpleEditingBreakpoint: '970px',
|
156544
156544
|
// iframe only
|
156545
|
-
canvas:
|
156545
|
+
canvas: true,
|
156546
156546
|
blankHtml: '',
|
156547
156547
|
lang: [],
|
156548
156548
|
// Old Template System:
|
@@ -156775,7 +156775,7 @@ class ContentBox {
|
|
156775
156775
|
blockCodeEditorMaxWidth: '960px',
|
156776
156776
|
assetRefresh: false,
|
156777
156777
|
slider: 'glide',
|
156778
|
-
navbar:
|
156778
|
+
navbar: true,
|
156779
156779
|
screenMode: 'fullview',
|
156780
156780
|
onRender: function () {},
|
156781
156781
|
onChange: function () {},
|
@@ -159211,9 +159211,10 @@ class ContentBox {
|
|
159211
159211
|
// new_section_bg_color: '..',
|
159212
159212
|
// new_section: '..'
|
159213
159213
|
// },
|
159214
|
-
AIToolbar:
|
159214
|
+
AIToolbar: false,
|
159215
159215
|
sendCommandUrl: '',
|
159216
159216
|
// http://localhost:8081/answer
|
159217
|
+
enableDictation: false,
|
159217
159218
|
hideImageGeneration: false,
|
159218
159219
|
|
159219
159220
|
/* To enable asset manager */
|
@@ -160216,6 +160217,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
|
|
160216
160217
|
|
160217
160218
|
editorSetup() {
|
160218
160219
|
this.editor = new ContentBuilder({
|
160220
|
+
enableDictation: this.settings.enableDictation,
|
160219
160221
|
onStartRequest: this.settings.onStartRequest,
|
160220
160222
|
controlPanel: this.settings.controlPanel,
|
160221
160223
|
canvas: this.settings.canvas,
|