From c31e1547e235f286babcfc69a6299002797f7bcd Mon Sep 17 00:00:00 2001 From: Benni Mack <benni@typo3.org> Date: Mon, 17 Apr 2023 09:09:52 +0200 Subject: [PATCH] [BUGFIX] Add cache property to MenuProcessor Resolves: #98985 Releases: main, 11.5 Change-Id: Id886584f8fa57b30f54257d79a6eca4465906a86 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78576 Reviewed-by: Oliver Bartsch <bo@cedev.de> Tested-by: core-ci <typo3@b13.com> Tested-by: Oliver Bartsch <bo@cedev.de> --- typo3/sysext/frontend/Classes/DataProcessing/MenuProcessor.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typo3/sysext/frontend/Classes/DataProcessing/MenuProcessor.php b/typo3/sysext/frontend/Classes/DataProcessing/MenuProcessor.php index 917b8647e110..851a4ff19d71 100644 --- a/typo3/sysext/frontend/Classes/DataProcessing/MenuProcessor.php +++ b/typo3/sysext/frontend/Classes/DataProcessing/MenuProcessor.php @@ -84,6 +84,8 @@ class MenuProcessor implements DataProcessorInterface * @var array */ public $allowedConfigurationKeys = [ + 'cache', + 'cache.', 'cache_period', 'entryLevel', 'entryLevel.', -- GitLab