You are here

smart_date_recur.views.schema.yml in Smart Date 3.2.x

modules/smart_date_recur/config/schema/smart_date_recur.views.schema.yml

File

modules/smart_date_recur/config/schema/smart_date_recur.views.schema.yml
View source
  1. # Schema for the views plugins of the Smart Date Recur module.
  2. views.filter.recur_freq:
  3. type: views_filter
  4. label: 'Frequency'
  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. expose:
  16. type: mapping
  17. label: 'Expose'
  18. mapping:
  19. reduce:
  20. type: boolean
  21. label: 'Reduce'
  22. group_info:
  23. mapping:
  24. group_items:
  25. sequence:
  26. type: views.filter.group_item.in_operator
  27. label: 'Group item'