@contentful/experiences-visual-editor-react 1.29.0 → 1.30.0-beta.0
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 +7 -0
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +7 -0
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -574,6 +574,7 @@ const builtInStyles = {
|
|
|
574
574
|
defaultValue: '',
|
|
575
575
|
validations: {
|
|
576
576
|
format: 'URL',
|
|
577
|
+
bindingSourceType: ['entry', 'experience', 'manual'],
|
|
577
578
|
},
|
|
578
579
|
description: 'hyperlink for section or container',
|
|
579
580
|
},
|
|
@@ -619,6 +620,9 @@ const optionalBuiltInStyles = {
|
|
|
619
620
|
displayName: 'Image',
|
|
620
621
|
type: 'Media',
|
|
621
622
|
description: 'Image to display',
|
|
623
|
+
validations: {
|
|
624
|
+
bindingSourceType: ['entry', 'asset', 'manual'],
|
|
625
|
+
},
|
|
622
626
|
},
|
|
623
627
|
cfImageOptions: {
|
|
624
628
|
displayName: 'Image options',
|
|
@@ -641,6 +645,9 @@ const optionalBuiltInStyles = {
|
|
|
641
645
|
displayName: 'Background image',
|
|
642
646
|
type: 'Media',
|
|
643
647
|
description: 'Background image for component',
|
|
648
|
+
validations: {
|
|
649
|
+
bindingSourceType: ['entry', 'asset', 'manual'],
|
|
650
|
+
},
|
|
644
651
|
},
|
|
645
652
|
cfBackgroundImageOptions: {
|
|
646
653
|
displayName: 'Background image options',
|