Fix colliding email template/layout paths

This commit is contained in:
Björn Fromme
2022-03-30 16:36:57 +02:00
parent 8581fc435c
commit 614aef21a4
4 changed files with 5 additions and 3 deletions
@@ -189,4 +189,6 @@ call_user_func(function() {
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'ref';
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epevents_configurator[travelType]';
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epevents_configurator[locationType]';
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['templateRootPaths'][800] = 'EXT:ep_events/Resources/Private/Templates/Email/';
});