You are here

taxonomy_menu.schema.yml in Taxonomy menu 8.3

config/schema/taxonomy_menu.schema.yml

File

config/schema/taxonomy_menu.schema.yml
View source
  1. taxonomy_menu.taxonomy_menu.*:
  2. type: config_entity
  3. label: 'Taxonomy Menu config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. vocabulary:
  12. type: string
  13. label: 'Vocabulary'
  14. menu:
  15. type: string
  16. label: 'Menu'
  17. expanded:
  18. type: boolean
  19. label: 'Expanded'
  20. depth:
  21. type: integer
  22. label: 'Depth'
  23. menu_parent:
  24. type: string
  25. label: 'Menu parent'
  26. description_field_name:
  27. type: string
  28. label: 'Description field name'
  29. use_term_weight_order:
  30. type: boolean
  31. label: 'Use term weight order'