Skip to content

Instantly share code, notes, and snippets.

@sebastianschrama
Created February 8, 2016 14:03
Show Gist options
  • Save sebastianschrama/56a4707d3d8974c72b9a to your computer and use it in GitHub Desktop.
Save sebastianschrama/56a4707d3d8974c72b9a to your computer and use it in GitHub Desktop.
Breadcrumb Navigation for TYPO3
//breadcrumb navigation
lib.breadcrumb = HMENU
lib.breadcrumb {
special = rootline
special.range = 0|-1
includeNotInMenu = 1
1 = TMENU
1 {
wrap = <ul class="breadcrumb__list" xmlns:v="http://rdf.data-vocabulary.org/#">|</ul>
NO.linkWrap = <li class="breadcrumb__item" typeof="v:Breadcrumb">|</li>
NO.ATagParams = rel="v:url" property="v:title"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment