@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/renderApp.js
CHANGED
|
@@ -43195,6 +43195,7 @@ const builtInStyles = {
|
|
|
43195
43195
|
defaultValue: '',
|
|
43196
43196
|
validations: {
|
|
43197
43197
|
format: 'URL',
|
|
43198
|
+
bindingSourceType: ['entry', 'experience', 'manual'],
|
|
43198
43199
|
},
|
|
43199
43200
|
description: 'hyperlink for section or container',
|
|
43200
43201
|
},
|
|
@@ -43240,6 +43241,9 @@ const optionalBuiltInStyles = {
|
|
|
43240
43241
|
displayName: 'Image',
|
|
43241
43242
|
type: 'Media',
|
|
43242
43243
|
description: 'Image to display',
|
|
43244
|
+
validations: {
|
|
43245
|
+
bindingSourceType: ['entry', 'asset', 'manual'],
|
|
43246
|
+
},
|
|
43243
43247
|
},
|
|
43244
43248
|
cfImageOptions: {
|
|
43245
43249
|
displayName: 'Image options',
|
|
@@ -43262,6 +43266,9 @@ const optionalBuiltInStyles = {
|
|
|
43262
43266
|
displayName: 'Background image',
|
|
43263
43267
|
type: 'Media',
|
|
43264
43268
|
description: 'Background image for component',
|
|
43269
|
+
validations: {
|
|
43270
|
+
bindingSourceType: ['entry', 'asset', 'manual'],
|
|
43271
|
+
},
|
|
43265
43272
|
},
|
|
43266
43273
|
cfBackgroundImageOptions: {
|
|
43267
43274
|
displayName: 'Background image options',
|