feat: disable page header and breadcrumb in concept detail plugin

This commit is contained in:
2026-09-01 11:45:07 +02:00
parent d7219ec341
commit 20e56aab1f
2 changed files with 16 additions and 3 deletions
@@ -6,9 +6,13 @@
<f:layout name="Default"/>
<f:section name="Main">
<f:render partial="SubpageHeader"
arguments="{images: concept.headerImages, topline: concept.headerSubtitle, headline: concept.headerTitle, settings: settings}"/>
<f:cObject typoscriptObjectPath="lib.breadcrumb"/>
<f:if condition="{settings.hideHeader}">
<f:else>
<f:render partial="SubpageHeader"
arguments="{images: concept.headerImages, topline: concept.headerSubtitle, headline: concept.headerTitle, settings: settings}"/>
<f:cObject typoscriptObjectPath="lib.breadcrumb"/>
</f:else>
</f:if>
<div class="container">
<f:render partial="Header/Header"
arguments="{layout: 8, subheader: concept.name, header: concept.headline}"/>