Add dedicated page types for exports to avoid caching issues
This commit is contained in:
@@ -24,6 +24,11 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
|
||||
'type' => 1848,
|
||||
],
|
||||
],
|
||||
'xml' => [
|
||||
'keyValues' => [
|
||||
'type' => 1972,
|
||||
]
|
||||
]
|
||||
],
|
||||
],
|
||||
'preVars' => [],
|
||||
@@ -145,7 +150,11 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
|
||||
],
|
||||
],
|
||||
[
|
||||
'GETvar' => 'tx_epproducts_reseller[action]',
|
||||
'GETvar' => 'type',
|
||||
'valueMap' => [
|
||||
'xml' => 1972,
|
||||
'excel' => 1984,
|
||||
],
|
||||
],
|
||||
[
|
||||
'GETvar' => 'tx_epproducts_reseller[product]',
|
||||
@@ -161,7 +170,9 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
|
||||
1446 => 'team',
|
||||
987 => 'events_contactform',
|
||||
1300 => 'events_activity',
|
||||
1444 => 'reseller',
|
||||
1448 => 'reseller',
|
||||
1483 => 'reseller',
|
||||
'newsDetailConfiguration' => [
|
||||
[
|
||||
'GETvar' => 'tx_news_pi1[news]',
|
||||
|
||||
Reference in New Issue
Block a user