diff options
| -rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..02ae217 --- /dev/null +++ b/README.rst @@ -0,0 +1,5 @@ +Does not work in TYPO3 v11::
+
+ $GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'didomiConfig.notice.enable';
+
+Reason is that dots get replaced with underscores ``_``, and TYPO3's cache hash calculator only sees "didomiConfig_notice_enable".
\ No newline at end of file |
