[TYPO3-dev] Re: cHash Problem of a beginner

Sylvia Moschner moschner at kk-software.de
Wed Apr 12 15:53:37 CEST 2017


Hi,
I just reliased it is still not working. It was just the admin panel which stopped the caching.

My ext_localconf.php looks like this:
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
	'MyCompany.' . $_EXTKEY,
	'myExt',
	[
		'Frontend\Controller1' => 'list, showForm',
		'Frontend\Controller2' => 'list, showForm, searchForm, searchResult',
	],
	// non-cacheable actions
	[
		'Fontend\Controller1' => 'list, showForm',
		'Fontend\Controller2' => 'list, showForm, searchForm, searchResult',
	]
);



More information about the TYPO3-dev mailing list