Filtered by tag breadcrumb Reset filter

In TYPO3, breadcrumbs are normally generated from the page structure. However, this is often not sufficient for detail pages of extensions, as the actual data record is not part of the TYPO3 root line. In this post, I’ll show you how to use a custom DataProcessor to dynamically integrate additional data records into the breadcrumb navigation – using t3extblog as an example.

Read Article