You are here

breadcrumb_manager.config.yml in Breadcrumb Manager 8

config/schema/breadcrumb_manager.config.yml

File

config/schema/breadcrumb_manager.config.yml
View source
  1. breadcrumb_manager.config:
  2. type: config_object
  3. label: 'Breadcrumb Manager'
  4. mapping:
  5. title_resolvers:
  6. type: sequence
  7. label: 'Title Resolvers'
  8. excluded_paths:
  9. type: text
  10. label: 'A list of path that will not be affected by Breadcrumb Manager. You can use "*" as wildcard.'
  11. show_front:
  12. type: boolean
  13. label: 'If checked, the breadcrumb will be shown even on front page.'
  14. show_home:
  15. type: boolean
  16. label: 'If checked, the Home link will be shown inside the breadcrumb.'
  17. home:
  18. type: text
  19. label: 'Title for the Home link.'
  20. translatable: true
  21. show_current:
  22. type: boolean
  23. label: 'Show current page inside the breadcrumb.'
  24. show_current_as_link:
  25. type: boolean
  26. label: 'Show current page as a link inside the breadcrumb.'
  27. show_fake_segments:
  28. type: boolean
  29. label: 'Include segments without route inside the breadcrumb.'