From 0d90c0d94255c8a8150dba52a37af2430e0ac2fb Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 7 Apr 2020 12:17:53 +0200 Subject: [PATCH] Fix excludeDoktypes for footer menu As TYPO3 introduced a different behaviour, this is necessary right now to keep output of sys folder children for footer menu. --- Configuration/TypoScript/Setup/Page.typoscript | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration/TypoScript/Setup/Page.typoscript b/Configuration/TypoScript/Setup/Page.typoscript index 4805665..16b50db 100644 --- a/Configuration/TypoScript/Setup/Page.typoscript +++ b/Configuration/TypoScript/Setup/Page.typoscript @@ -129,6 +129,7 @@ page { special = list special.value = 3 levels = 2 + excludeDoktypes = 255 } }