From 92e0c94a59ec2c37f6978d97e59dc8427451371a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 21 Mar 2022 15:33:47 +0100 Subject: [PATCH] Fix section menu not being rendered on hidden pages --- .../ext/ep_theme/Configuration/TypoScript/setup.typoscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript index aa12dc5e..42ce332c 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript @@ -88,8 +88,8 @@ plugin.tx_eptheme { } } -tt_content.stdWrap.innerWrap > -lib.stdheader.3.headerClass > +# Enable section index menus on invisible pages +tt_content.menu_section.dataProcessing.10.includeNotInMenu = 1 @import 'EXT:ep_theme/Configuration/TypoScript/Page/*'