@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/renderApp.js
CHANGED
|
@@ -43808,7 +43808,7 @@ const optionalBuiltInStyles = {
|
|
|
43808
43808
|
type: 'Media',
|
|
43809
43809
|
description: 'Image to display',
|
|
43810
43810
|
validations: {
|
|
43811
|
-
bindingSourceType: ['
|
|
43811
|
+
bindingSourceType: ['asset', 'entry', 'manual'],
|
|
43812
43812
|
},
|
|
43813
43813
|
},
|
|
43814
43814
|
cfImageOptions: {
|
|
@@ -43833,7 +43833,7 @@ const optionalBuiltInStyles = {
|
|
|
43833
43833
|
type: 'Media',
|
|
43834
43834
|
description: 'Background image for component',
|
|
43835
43835
|
validations: {
|
|
43836
|
-
bindingSourceType: ['
|
|
43836
|
+
bindingSourceType: ['asset', 'entry', 'manual'],
|
|
43837
43837
|
},
|
|
43838
43838
|
},
|
|
43839
43839
|
cfBackgroundImageOptions: {
|