You are here

views_tree.schema.yml in Views tree 8.2

config/schema/views_tree.schema.yml

File

config/schema/views_tree.schema.yml
View source
  1. # Schema for the Views Tree module.
  2. views.style.tree:
  3. type: views_style
  4. label: 'Views Tree'
  5. mapping:
  6. type:
  7. type: string
  8. label: 'List type'
  9. main_field:
  10. type: string
  11. label: 'Main field'
  12. parent_field:
  13. type: string
  14. label: 'Parent field'
  15. collapsible_tree:
  16. type: string
  17. label: 'Collapsible list'
  18. views.style.tree_table:
  19. type: views_style
  20. label: 'Views Tree (table)'
  21. mapping:
  22. main_field:
  23. type: string
  24. label: 'Main field'
  25. parent_field:
  26. type: string
  27. label: 'Parent field'
  28. display_hierarchy_column:
  29. type: string
  30. label: 'Column in which to represent the hierarchy'