Skip to content
Snippets Groups Projects

updated schema and ComponentValidationTest files.

2 files
+ 22
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -404,10 +404,12 @@ experience_builder.generated_field_explicit_input_ux:
# The default value must be retrievable
expression:
type: string
label: ''
constraints: { }
# @todo Add `StructuredDataPropExpression` validation constraint that fails if StructuredDataPropExpression::fromString() fails
# StructuredDataPropExpression: [field_type]
label: 'The expression'
constraints:
ValidStructuredDataPropExpression:
- FieldTypePropExpression
- FieldTypeObjectPropsExpression
- ReferenceFieldTypePropExpression
experience_builder.component_source_settings.js:
constraints:
Loading