You are here

other_view_filter.views.schema.yml in OtherView Filter 8

config/schema/other_view_filter.views.schema.yml

File

config/schema/other_view_filter.views.schema.yml
View source
  1. # Schema for the other_views_filter plugin.
  2. views.filter.other_views_filter:
  3. type: views.filter.in_operator
  4. label: 'Other view result filter'
  5. mapping:
  6. operator:
  7. type: string
  8. label: 'Operator'
  9. value:
  10. type: sequence
  11. label: 'Values'
  12. sequence:
  13. type: string
  14. label: 'Value'
  15. group_info:
  16. mapping:
  17. group_items:
  18. sequence:
  19. type: views.filter.group_item.other_views_filter
  20. label: 'Group item'
  21. views.filter.group_item.other_views_filter:
  22. type: views_filter_group_item
  23. mapping:
  24. value:
  25. type: views.filter_value.other_views_filter
  26. views.filter_value.other_views_filter:
  27. type: sequence
  28. label: 'Values'
  29. sequence:
  30. type: string
  31. label: 'Value'