We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf50b02 commit c4ac9d2Copy full SHA for c4ac9d2
1 file changed
ext_localconf.php
@@ -9,4 +9,7 @@
9
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['typoscript_rendering']['renderClasses'] = [
10
'record' => 'Helhum\\TyposcriptRendering\\Renderer\\RecordRenderer',
11
];
12
+
13
+ // Ignore fake controller argument that gets removed
14
+ $GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx__[controller]';
15
})();
0 commit comments