@contentful/experiences-visual-editor-react 3.6.2-beta.0 → 3.6.2-beta.1
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +2 -2
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -344,7 +344,7 @@ const optionalBuiltInStyles = {
|
|
|
344
344
|
type: 'Media',
|
|
345
345
|
description: 'Image to display',
|
|
346
346
|
validations: {
|
|
347
|
-
bindingSourceType: ['
|
|
347
|
+
bindingSourceType: ['asset', 'entry', 'manual'],
|
|
348
348
|
},
|
|
349
349
|
},
|
|
350
350
|
cfImageOptions: {
|
|
@@ -369,7 +369,7 @@ const optionalBuiltInStyles = {
|
|
|
369
369
|
type: 'Media',
|
|
370
370
|
description: 'Background image for component',
|
|
371
371
|
validations: {
|
|
372
|
-
bindingSourceType: ['
|
|
372
|
+
bindingSourceType: ['asset', 'entry', 'manual'],
|
|
373
373
|
},
|
|
374
374
|
},
|
|
375
375
|
cfBackgroundImageOptions: {
|