views.argument_validator.schema.yml 825 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Schema for the views argument validators.
  2. views.argument_validator.none:
  3. type: sequence
  4. label: 'Basic validation'
  5. sequence:
  6. type: string
  7. views.argument_validator.php:
  8. type: mapping
  9. label: 'PHP Code'
  10. mapping:
  11. code:
  12. type: string
  13. label: 'PHP validate code'
  14. views.argument_validator.*:
  15. type: mapping
  16. label: 'Default argument validator'
  17. views.argument_validator_entity:
  18. type: mapping
  19. mapping:
  20. bundles:
  21. type: sequence
  22. label: 'Bundles'
  23. sequence:
  24. type: string
  25. label: 'Bundle'
  26. access:
  27. type: boolean
  28. label: 'Access'
  29. operation:
  30. type: string
  31. label: 'Access operation to check'
  32. multiple:
  33. type: integer
  34. label: 'Multiple arguments'
  35. views.argument_validator.entity:*:
  36. type: views.argument_validator_entity