You are here

views.filter.schema.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/views/config/schema/views.filter.schema.yml
core/modules/views/config/schema/views.filter.schema.yml

File

core/modules/views/config/schema/views.filter.schema.yml
View source
  1. # Schema for the views filter plugins.
  2. views.filter.*:
  3. type: views_filter
  4. label: 'Default filter'
  5. views.filter.boolean:
  6. type: views_filter
  7. label: 'Boolean'
  8. views_filter_boolean_string:
  9. type: views_filter
  10. label: 'Boolean string'
  11. views.filter.broken:
  12. type: views_filter
  13. label: 'Broken'
  14. views.filter.bundle:
  15. type: views.filter.in_operator
  16. label: 'Bundle'
  17. views.filter.combine:
  18. type: views.filter.string
  19. label: 'Combine'
  20. mapping:
  21. fields:
  22. type: sequence
  23. label: 'Fields'
  24. sequence:
  25. type: string
  26. label: 'Field'
  27. views.filter_value.date:
  28. type: views.filter_value.numeric
  29. label: 'Date'
  30. mapping:
  31. type:
  32. type: string
  33. label: 'Type'
  34. views.filter_value.groupby_numeric:
  35. type: views.filter_value.numeric
  36. label: 'Group by numeric'
  37. views.filter.in_operator:
  38. type: views_filter
  39. label: 'IN operator'
  40. mapping:
  41. operator:
  42. type: string
  43. label: 'Operator'
  44. value:
  45. type: sequence
  46. label: 'Values'
  47. sequence:
  48. type: string
  49. label: 'Value'
  50. expose:
  51. type: mapping
  52. label: 'Expose'
  53. mapping:
  54. reduce:
  55. type: boolean
  56. label: 'Reduce'
  57. views.filter.string:
  58. type: views_filter
  59. label: 'String'
  60. mapping:
  61. expose:
  62. type: mapping
  63. label: 'Exposed'
  64. mapping:
  65. required:
  66. type: boolean
  67. label: 'Required'
  68. value:
  69. type: string
  70. label: 'Value'
  71. views.filter_value.numeric:
  72. type: mapping
  73. label: 'Numeric'
  74. mapping:
  75. min:
  76. type: string
  77. label: 'Min'
  78. max:
  79. type: string
  80. label: 'And max'
  81. value:
  82. type: string
  83. label: 'Value'
  84. views.filter_value.equality:
  85. type: views.filter_value.numeric
  86. label: 'Equality'
  87. views.filter.many_to_one:
  88. type: views.filter.in_operator
  89. label: 'Many to one'
  90. mapping:
  91. reduce_duplicates:
  92. type: boolean
  93. label: 'Reduce duplicate'
  94. views.filter.standard:
  95. type: views_filter
  96. label: 'Standard'
  97. views.filter.group_item.*:
  98. type: views_filter_group_item
  99. label: 'Default'
  100. views.filter.group_item.numeric:
  101. type: views_filter_group_item
  102. label: 'Group items'
  103. mapping:
  104. value:
  105. type: views.filter_value.numeric
  106. # Schema for the views filter value.
  107. views.filter_value.boolean:
  108. type: boolean
  109. views.filter_value.combine:
  110. type: string
  111. views.filter.language:
  112. type: views.filter.in_operator
  113. label: 'Language'