You are here

views.argument.schema.yml in Drupal 10

core/modules/views/config/schema/views.argument.schema.yml

File

core/modules/views/config/schema/views.argument.schema.yml
View source
  1. # Schema for the views argument plugins.
  2. views.argument.*:
  3. type: views_argument
  4. label: 'Default argument'
  5. views.argument.many_to_one:
  6. type: views_argument
  7. label: 'Many to one'
  8. mapping:
  9. break_phrase:
  10. type: boolean
  11. label: 'Allow multiple values'
  12. add_table:
  13. type: boolean
  14. label: 'Allow multiple filter values to work together'
  15. require_value:
  16. type: boolean
  17. label: 'Do not display items with no value in summary'
  18. reduce_duplicates:
  19. type: boolean
  20. label: 'Reduce duplicates'
  21. views.argument.null:
  22. type: views_argument
  23. label: 'Null'
  24. mapping:
  25. must_not_be:
  26. type: boolean
  27. label: 'Fail basic validation if any argument is given'
  28. views.argument.numeric:
  29. type: views_argument
  30. label: 'Numeric'
  31. mapping:
  32. break_phrase:
  33. type: boolean
  34. label: 'Allow multiple values'
  35. not:
  36. type: boolean
  37. label: 'Exclude'
  38. views.argument.string:
  39. type: views_argument
  40. label: 'String'
  41. mapping:
  42. glossary:
  43. type: boolean
  44. label: 'Glossary mode'
  45. limit:
  46. type: integer
  47. label: 'Character limit'
  48. case:
  49. type: string
  50. label: 'Case'
  51. path_case:
  52. type: string
  53. label: 'Case in path'
  54. transform_dash:
  55. type: boolean
  56. label: 'Transform spaces to dashes in URL'
  57. break_phrase:
  58. type: boolean
  59. label: 'Allow multiple values'
  60. add_table:
  61. type: boolean
  62. label: 'Allow multiple filter values to work together'
  63. require_value:
  64. type: boolean
  65. label: 'Do not display items with no value in summary'
  66. views.argument.broken:
  67. type: views_argument
  68. label: 'Broken'
  69. views.argument.date:
  70. type: views_argument
  71. label: 'Date'
  72. mapping:
  73. date:
  74. type: string
  75. label: 'Date'
  76. node_created:
  77. type: string
  78. label: 'Node Creation Time'
  79. node_changed:
  80. type: string
  81. label: 'Node Update Time'
  82. views.argument.date_day:
  83. type: views.argument.date
  84. label: 'Day Date'
  85. mapping:
  86. day:
  87. type: string
  88. label: 'Day'
  89. views.argument.formula:
  90. type: views_argument
  91. label: 'Formula'
  92. mapping:
  93. placeholder:
  94. type: string
  95. label: 'Place Holder'
  96. formula:
  97. type: string
  98. label: 'Formula Used'
  99. views.argument.date_fulldate:
  100. type: views.argument.date
  101. label: 'Full Date'
  102. mapping:
  103. created:
  104. type: string
  105. label: 'Full Date'
  106. views.argument.groupby_numeric:
  107. type: views_argument
  108. label: 'Group by Numeric'
  109. views.argument.date_month:
  110. type: views.argument.date
  111. label: 'Month Date'
  112. mapping:
  113. month:
  114. type: string
  115. label: 'Month'
  116. views.argument.standard:
  117. type: views_argument
  118. label: 'Standard'
  119. views.argument.date_week:
  120. type: views.argument.date
  121. label: 'Week Date'
  122. views.argument.date_year:
  123. type: views.argument.date
  124. label: 'Year Date'
  125. views.argument.date_year_month:
  126. type: views.argument.date
  127. label: 'YearMonthDate'
  128. mapping:
  129. created:
  130. type: string
  131. label: 'Date Year month'
  132. views.argument.language:
  133. type: views_argument
  134. label: 'Language'