You are here

tvi.schema.yml in Taxonomy Views Integrator 8

config/schema/tvi.schema.yml

File

config/schema/tvi.schema.yml
View source
  1. # Schema for the configuration files of the TVI module.
  2. tvi.global_settings:
  3. type: config_object
  4. label: 'TVI settings'
  5. mapping:
  6. disable_default_view:
  7. type: boolean
  8. label: 'Disable Default View'
  9. enable_override:
  10. type: boolean
  11. label: 'Override View for all entities'
  12. view:
  13. type: string
  14. label: 'View ID'
  15. view_display:
  16. type: string
  17. label: 'View Display ID'
  18. tvi.taxonomy_term.*:
  19. type: config_object
  20. label: 'TVI Term settings'
  21. mapping:
  22. enable_override:
  23. type: boolean
  24. label: 'Override View for all entities'
  25. view:
  26. type: string
  27. label: 'View ID'
  28. view_display:
  29. type: string
  30. label: 'View Display ID'
  31. inherit_settings:
  32. type: boolean
  33. label: 'Children should Inheirt Settings'
  34. pass_arguments:
  35. type: boolean
  36. label: 'Pass Arguements to view'
  37. tvi.taxonomy_vocabulary.*:
  38. type: config_object
  39. label: 'TVI Vocabulary settings'
  40. mapping:
  41. enable_override:
  42. type: boolean
  43. label: 'Override View for all entities'
  44. view:
  45. type: string
  46. label: 'View ID'
  47. view_display:
  48. type: string
  49. label: 'View Display ID'
  50. inherit_settings:
  51. type: boolean
  52. label: 'Children should Inheirt Settings'
  53. pass_arguments:
  54. type: boolean
  55. label: 'Pass Arguements to view'