You are here

hierarchical_taxonomy_menu.schema.yml in Hierarchical Taxonomy Menu 8

config/schema/hierarchical_taxonomy_menu.schema.yml

File

config/schema/hierarchical_taxonomy_menu.schema.yml
View source
  1. block.settings.hierarchical_taxonomy_menu:
  2. type: block_settings
  3. label: 'Hierarchical Taxonomy Menu settings'
  4. mapping:
  5. vocabulary:
  6. type: string
  7. label: 'Use taxonomy terms from this vocabulary to create a menu'
  8. max_depth:
  9. type: integer
  10. label: 'Number of sublevels to display'
  11. dynamic_block_title:
  12. type: boolean
  13. label: 'Make the block title match the current taxonomy term name'
  14. collapsible:
  15. type: boolean
  16. label: 'Make the menu collapsed by default'
  17. stay_open:
  18. type: boolean
  19. label: 'Stay open at the current taxonomy term'
  20. interactive_parent:
  21. type: boolean
  22. label: 'Allow parent items to be collapsible and selectable'
  23. hide_block:
  24. type: boolean
  25. label: 'Hide block if the output is empty'
  26. use_image_style:
  27. type: boolean
  28. label: 'Use image style'
  29. image_height:
  30. type: integer
  31. label: 'Image height (px)'
  32. image_width:
  33. type: integer
  34. label: 'Image width (px)'
  35. image_style:
  36. type: string
  37. label: 'Image style'
  38. max_age:
  39. type: string
  40. label: 'Cache'
  41. base_term:
  42. type: string
  43. label: 'Base term'
  44. dynamic_base_term:
  45. type: boolean
  46. label: 'Dynamic Base term'
  47. show_count:
  48. type: integer
  49. label: 'Show count of referencing entities'
  50. referencing_field:
  51. type: string
  52. label: 'Referencing field'
  53. calculate_count_recursively:
  54. type: boolean
  55. label: 'Calculate count recursively'