views.argument.schema.yml

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

File

drupal/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. views.argument.null:
  19. type: views_argument
  20. label: 'Null'
  21. mapping:
  22. must_not_be:
  23. type: boolean
  24. label: 'Fail basic validation if any argument is given'
  25. views.argument.numeric:
  26. type: views_argument
  27. label: 'Numeric'
  28. mapping:
  29. break_phrase:
  30. type: boolean
  31. label: 'Allow multiple values'
  32. not:
  33. type: boolean
  34. label: 'Exclude'
  35. views.argument.string:
  36. type: views_argument
  37. label: 'String'
  38. mapping:
  39. glossary:
  40. type: boolean
  41. label: 'Glossary mode'
  42. limit:
  43. type: integer
  44. label: 'Character limit'
  45. case:
  46. type: string
  47. label: 'Case'
  48. path_case:
  49. type: string
  50. label: 'Case in path'
  51. transform_dash:
  52. type: boolean
  53. label: 'Transform spaces to dashes in URL'
  54. break_phrase:
  55. type: boolean
  56. label: 'Allow multiple values'
  57. add_table:
  58. type: boolean
  59. label: 'Allow multiple filter values to work together'
  60. require_value:
  61. type: boolean
  62. label: 'Do not display items with no value in summary'