Skip to content

Commit

Permalink
[BUGFIX] Add cache property to MenuProcessor
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bmack authored and o-ba committed Apr 17, 2023
1 parent 32308c1 commit c31e154
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ class MenuProcessor implements DataProcessorInterface
* @var array
*/
public $allowedConfigurationKeys = [
'cache',
'cache.',
'cache_period',
'entryLevel',
'entryLevel.',
Expand Down

0 comments on commit c31e154

Please sign in to comment.