The Core Component Breadcrumb Component is a navigation component that builds a breadcrumb of links based on the page’s location in the content hierarchy.
The Breadcrumb Component displays the position of the current page within the site hierarchy, allowing page visitors to navigate the page hierarchy from their current location. This is often integrated into page headers or footers.
Available options, such as the default navigation level and the ability to show the current page or hidden pages, can be defined by the template author in the design dialog. The content editor can then choose if hidden pages should be shown or not and the actual navigation level for the component in the edit dialog.
This document describes v2 of the Breadcrumb Component, which was introduced with release 2.0.0 of the Core Components in January 2018.
This document describes v2 of the Breadcrumb Component.
For details of the current version of the Breadcrumb Component, see the Breadcrumb Component document.
To experience the Breadcrumb Component as well as see examples of its configuration options as well as HTML and JSON output, visit the Component Library.
As of Core Components release 2.1.0, the Breadcrumb Component supports schema.org microdata.
The latest technical documentation about the Breadcrumb Component can be found on GitHub.
Further details about developing Core Components can be found in the Core Components developer documentation.
The edit dialog allows the content author to suppress hidden and active pages in the breadcrumbs as well as the depth in the hierarchy it should display.
Navigation Start Level - Where in the hierarchy the breadcrumb component should start to walk down to the current page. For example:
/content
/content/<yourSite>
/content/<yourSite>/<country>
Show hidden navigation items - Show pages marked as hidden in the breadcrumb (by default they will not be displayed)
Hide current page - Suppress the current page in the breadcrumb (by default it will be displayed)
Disable shadowing - If the page in the hierarchy is a redirect, the name of the redirecting page will be shown instead of the target. See the Shadow Site Structure Support of the Navigation Component for more information.
ID - This option allows to control the unique identifier of the component in the HTML and in the Data Layer.
The design dialog allows the template author to define what the default values are for the options to suppress hidden and active pages in the breadcrumbs as well as the depth in the hierarchy it should display.
Navigation Start Level - Defines the default value for where in the hierarchy the breadcrumb component should start to walk down to the current page when the breadcrumb component is added to a page.
Show hidden navigation items - Defines the default value of the Show hidden navigation items option when the breadcrumb component is added to a page.
Hide current page- Defines the default value of the Hide current page option when the breadcrumb component is added to a page.
Disable shadowing - Defines the default value of the Disable shadowing option when the breadcrumb component is added to a page.
The Breadcrumb Component supports the AEM Style System.
The Breadcrumb Component supports the Adobe Client Data Layer.