| 12345678910111213141516171819202122232425262728293031323334353637 |
- --------------------
- Snippets: BreadCrumb
- --------------------
- Version: 1.4.3-pl
- Released: March 7, 2015
- Since: November 13, 2011
- Author: Benjamin Vauchel <contact@omycode.fr>
- Breadcrumb is a snippet for MODx Revolution, inspired by the Jared's BreadCrumbs snippet.
- It will create a breadcrumb navigation for the current resource or a specific resource.
- This snippet support most of Jared's BreadCrumbs features :
- - maxCrumbs
- - pathThruUnPub (now as showUnPub)
- - respectHidden (now as showHidden)
- - showCrumbsAtHome
- - showCurrentCrumb
- - showHomeCrumb
- And add new features :
- - chunk as templates (properties &containerTpl, ¤tCrumbTpl, &linkCrumbTpl, &maxCrumbTpl)
- - breadcrumb for specific resource (property &resourceId)
- - direction (property &direction)
- - showContainer property
- - useWebLinkUrl property
- - scheme property
- Some features of Jared's BreadCrumbs are missing but easily can be replaced by chunk / CSS customization, as :
- - crumbSeparator
- - currentAsLink
- - descField
- - homeCrumbDescription
- - homeCrumbTitle
- - maxDelimiter
- - titleField
- Bugs and Feature Requests: https://github.com/omycode/breadcrumb
|