entity_field_condition.schema.yml in Entity Field Condition 2.0.x
config/schema/entity_field_condition.schema.yml
File
config/schema/entity_field_condition.schema.ymlView source
- 'condition.plugin.entity_field:*':
- type: condition.plugin
- label: Entity Field
- mapping:
- entity:
- type: mapping
- label: Entity condition settings
- mapping:
- bundle:
- type: string
- label: Entity condition bundle
- field:
- type: string
- label: Entity condition field
- compare_type:
- type: string
- label: Entity condition compare type
- compare_configuration:
- type: entity_field_condition.compare_type.[%parent.compare_type]
-
- entity_field_condition.compare_type.entity_field_null_compare:
- type: mapping
-
- entity_field_condition.compare_type.entity_field_operation_compare:
- type: mapping
- mapping:
- value:
- type: string
- label: The compare value
- value_type:
- type: string
- label: The compare value type
- value_operation:
- type: string
- label: The compare value operation