You are here

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.yml
View source
  1. 'condition.plugin.entity_field:*':
  2. type: condition.plugin
  3. label: Entity Field
  4. mapping:
  5. entity:
  6. type: mapping
  7. label: Entity condition settings
  8. mapping:
  9. bundle:
  10. type: string
  11. label: Entity condition bundle
  12. field:
  13. type: string
  14. label: Entity condition field
  15. compare_type:
  16. type: string
  17. label: Entity condition compare type
  18. compare_configuration:
  19. type: entity_field_condition.compare_type.[%parent.compare_type]
  20. entity_field_condition.compare_type.entity_field_null_compare:
  21. type: mapping
  22. entity_field_condition.compare_type.entity_field_operation_compare:
  23. type: mapping
  24. mapping:
  25. value:
  26. type: string
  27. label: The compare value
  28. value_type:
  29. type: string
  30. label: The compare value type
  31. value_operation:
  32. type: string
  33. label: The compare value operation