You are here

civicrm_entity.views.schema.yml in CiviCRM Entity 8.3

config/schema/civicrm_entity.views.schema.yml

File

config/schema/civicrm_entity.views.schema.yml
View source
  1. # Schema for the civicrm_entity views plugins.
  2. views.filter.civicrm_entity_civicrm_activity_contact_record:
  3. type: views_filter
  4. label: 'Activity contact record'
  5. mapping:
  6. expose:
  7. type: mapping
  8. label: 'Exposed'
  9. mapping:
  10. min_placeholder:
  11. type: label
  12. label: 'Min placeholder'
  13. max_placeholder:
  14. type: label
  15. label: 'Max placeholder'
  16. placeholder:
  17. type: label
  18. label: 'Placeholder'
  19. views.filter_value.civicrm_entity_civicrm_activity_contact_record:
  20. type: mapping
  21. label: 'Activity contact record'
  22. mapping:
  23. min:
  24. type: string
  25. label: 'Min'
  26. max:
  27. type: string
  28. label: 'And max'
  29. value:
  30. type: string
  31. label: 'Value'
  32. views.filter.civicrm_entity_in_operator:
  33. type: views.filter.in_operator
  34. label: 'IN operator'
  35. views.filter.civicrm_entity_date:
  36. type: views.filter.date
  37. views.filter_value.civicrm_entity_date:
  38. type: views.filter_value.date
  39. views.argument.civicrm_entity_date:
  40. type: views.argument.date
  41. views.filter.civicrm_entity_civicrm_address_proximity:
  42. type: views_filter
  43. label: 'Proximity'
  44. views.filter_value.civicrm_entity_civicrm_address_proximity:
  45. type: mapping
  46. label: 'Proximity'
  47. mapping:
  48. value:
  49. type: string
  50. label: 'Postal code'
  51. distance:
  52. type: integer
  53. label: 'Distance'
  54. distance_unit:
  55. type: string
  56. label: 'Distance unit'