You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can this work?
Breadcrumb-/rootline menus are created with the Menu Processor (pages) and then rendered in fluid templates of pages. Within a fluid template of a page there is no output of data records such as posting data or news data (Georg Ringer). Georg Ringer, for example, solves this using his own data processor, see https://docs.typo3.org/p/georgringer/news/11.2/en-us/Tutorials/BestPractice/BreadcrumbMenu.html
Yes you could define a seperate page layout, which renders without breadcrumb. The you can render it inside the detail page template and are totally free as to the presentation of job data.
But I see the benefit of using the DataProcessor approach. Feel free to implement this and make a PR :)
Example: breadcrumb navigation
lib.breadcrumb = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor lib.breadcrumb { special = rootline special.range = 0|5 entryLevel = 0 as = breadcrumb }
Thanks a lot
Ulli
The text was updated successfully, but these errors were encountered: