| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 | name: Breadcrumbsversion: 1.5.0description: The **Breadcrumbs** plugin provides a simple method to display the depth of your content/navigation structure.icon: caret-square-o-rightauthor:  name: Team Grav  email: [email protected]  url: http://getgrav.orghomepage: https://github.com/getgrav/grav-plugin-breadcrumbsdemo: http://demo.getgrav.org/blog-skeletonkeywords: breadcrumbs, plugin, navigation, depthbugs: https://github.com/getgrav/grav-plugin-breadcrumbs/issueslicense: MITform:  validation: strict  fields:    enabled:      type: toggle      label: Plugin status      highlight: 1      default: 1      options:        1: Enabled        0: Disabled      validate:        type: bool    show_all:      type: toggle      label: Show even with one item      highlight: 1      default: 1      options:        1: Enabled        0: Disabled      validate:        type: bool    built_in_css:      type: toggle      label: Use built in CSS      highlight: 1      default: 1      options:        1: Enabled        0: Disabled      validate:        type: bool    include_home:      type: toggle      label: Include Home      highlight: 1      default: 1      options:        1: Enabled        0: Disabled      validate:        type: bool    icon_home:      type: text      size: medium      label: Icon Home      default: ''    icon_divider_classes:      type: text      size: medium      label: Icon Divider Classes      default: 'fa fa-angle-right'    link_trailing:      type: toggle      label: Link Trailing      highlight: 1      default: 0      options:        1: Enabled        0: Disabled      validate:        type: bool
 |