@contentful/experiences-components-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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -507,7 +507,7 @@ const ImageComponentDefinition = {
|
|
|
507
507
|
type: 'Text',
|
|
508
508
|
description: 'Alternative text for the image',
|
|
509
509
|
validations: {
|
|
510
|
-
bindingSourceType: ['
|
|
510
|
+
bindingSourceType: ['asset', 'entry', 'manual'],
|
|
511
511
|
},
|
|
512
512
|
},
|
|
513
513
|
},
|
|
@@ -770,7 +770,7 @@ const optionalBuiltInStyles = {
|
|
|
770
770
|
type: 'Media',
|
|
771
771
|
description: 'Image to display',
|
|
772
772
|
validations: {
|
|
773
|
-
bindingSourceType: ['
|
|
773
|
+
bindingSourceType: ['asset', 'entry', 'manual'],
|
|
774
774
|
},
|
|
775
775
|
},
|
|
776
776
|
cfImageOptions: {
|
|
@@ -795,7 +795,7 @@ const optionalBuiltInStyles = {
|
|
|
795
795
|
type: 'Media',
|
|
796
796
|
description: 'Background image for component',
|
|
797
797
|
validations: {
|
|
798
|
-
bindingSourceType: ['
|
|
798
|
+
bindingSourceType: ['asset', 'entry', 'manual'],
|
|
799
799
|
},
|
|
800
800
|
},
|
|
801
801
|
cfBackgroundImageOptions: {
|