You are here

custom_breadcrumbs.schema.yml in Custom Breadcrumbs 1.x

config/schema/custom_breadcrumbs.schema.yml

File

config/schema/custom_breadcrumbs.schema.yml
View source
  1. custom_breadcrumbs.custom_breadcrumbs.*:
  2. type: config_entity
  3. label: Custom breadcrumbs
  4. mapping:
  5. id:
  6. type: string
  7. label: ID
  8. label:
  9. type: label
  10. label: Label
  11. uuid:
  12. type: string
  13. description:
  14. type: string
  15. entityType:
  16. type: string
  17. entityBundle:
  18. type: string
  19. language:
  20. type: string
  21. breadcrumbPaths:
  22. type: string
  23. breadcrumbTitles:
  24. type: string
  25. type:
  26. type: string
  27. pathPattern:
  28. type: string
  29. custom_breadcrumbs.settings:
  30. type: config_object
  31. label: 'Custom breadcrumbs settings'
  32. mapping:
  33. home:
  34. label: 'Home'
  35. type: boolean
  36. home_link:
  37. label: 'Home link'
  38. type: label
  39. current_page:
  40. label: 'Current page'
  41. type: boolean
  42. current_page_link:
  43. label: 'Current page link'
  44. type: boolean
  45. trim_title:
  46. label: 'Trim title'
  47. type: integer
  48. admin_pages_disable:
  49. label: 'Disable on admin pages'
  50. type: boolean