@contentful/experiences-core 1.29.0 → 1.30.0-dev-20250124T1739-560b81b.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/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -570,6 +570,7 @@ const builtInStyles = {
|
|
|
570
570
|
defaultValue: '',
|
|
571
571
|
validations: {
|
|
572
572
|
format: 'URL',
|
|
573
|
+
bindingSourceType: ['entry', 'experience', 'manual'],
|
|
573
574
|
},
|
|
574
575
|
description: 'hyperlink for section or container',
|
|
575
576
|
},
|
|
@@ -615,6 +616,9 @@ const optionalBuiltInStyles = {
|
|
|
615
616
|
displayName: 'Image',
|
|
616
617
|
type: 'Media',
|
|
617
618
|
description: 'Image to display',
|
|
619
|
+
validations: {
|
|
620
|
+
bindingSourceType: ['entry', 'asset', 'manual'],
|
|
621
|
+
},
|
|
618
622
|
},
|
|
619
623
|
cfImageOptions: {
|
|
620
624
|
displayName: 'Image options',
|
|
@@ -637,6 +641,9 @@ const optionalBuiltInStyles = {
|
|
|
637
641
|
displayName: 'Background image',
|
|
638
642
|
type: 'Media',
|
|
639
643
|
description: 'Background image for component',
|
|
644
|
+
validations: {
|
|
645
|
+
bindingSourceType: ['entry', 'asset', 'manual'],
|
|
646
|
+
},
|
|
640
647
|
},
|
|
641
648
|
cfBackgroundImageOptions: {
|
|
642
649
|
displayName: 'Background image options',
|