@innovastudio/contentbox 1.5.75 → 1.5.76
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
|
@@ -118351,6 +118351,11 @@ Add an image for each feature.`, 'Revise the headline, paragraph, and all the te
|
|
|
118351
118351
|
textToImageUrl: this.settings.textToImageUrl,
|
|
118352
118352
|
upscaleImageUrl: this.settings.upscaleImageUrl,
|
|
118353
118353
|
controlNetUrl: this.settings.controlNetUrl,
|
|
118354
|
+
imageViewUrl: this.settings.imageViewUrl,
|
|
118355
|
+
assetPanelReverse: this.settings.assetPanelReverse,
|
|
118356
|
+
assetFilesOnly: this.settings.assetFilesOnly,
|
|
118357
|
+
assetRefreshButton: this.settings.assetRefreshButton,
|
|
118358
|
+
assetAllowedFileTypes: this.settings.assetAllowedFileTypes,
|
|
118354
118359
|
container: '.is-container',
|
|
118355
118360
|
page: '.is-wrapper',
|
|
118356
118361
|
deleteConfirm: this.settings.deleteConfirm,
|