You are here

token_views_filter.views.schema.yml in Tokens in Views Filter Criteria 8

config/schema/token_views_filter.views.schema.yml

File

config/schema/token_views_filter.views.schema.yml
View source
  1. views.filter.string:
  2. type: views_filter
  3. label: 'String'
  4. mapping:
  5. expose:
  6. type: mapping
  7. label: 'Exposed'
  8. mapping:
  9. required:
  10. type: boolean
  11. label: 'Required'
  12. placeholder:
  13. type: label
  14. label: 'Placeholder'
  15. value:
  16. type: string
  17. label: 'Value'
  18. use_tokens:
  19. type: boolean
  20. label: 'Use tokens'
  21. views.filter.numeric:
  22. type: views_filter
  23. label: 'Numeric'
  24. mapping:
  25. expose:
  26. type: mapping
  27. label: 'Exposed'
  28. mapping:
  29. min_placeholder:
  30. type: label
  31. label: 'Min placeholder'
  32. max_placeholder:
  33. type: label
  34. label: 'Max placeholder'
  35. placeholder:
  36. type: label
  37. label: 'Placeholder'
  38. use_tokens:
  39. type: boolean
  40. label: 'Use tokens'
  41. views.filter.date:
  42. type: views.filter.numeric
  43. label: 'Date'
  44. mapping:
  45. type:
  46. type: string
  47. label: 'Type'
  48. use_tokens:
  49. type: boolean
  50. label: 'Use tokens'
  51. views.filter.datetime:
  52. type: views.filter.date
  53. mapping:
  54. use_tokens:
  55. type: boolean
  56. label: 'Use tokens'
  57. views.filter_value.datetime:
  58. type: views.filter_value.date