lochmueller / focuspoint

🌅 Smartest TYPO3 Crop Tool ever 🌅
http://typo3.org/extensions/repository/view/focuspoint
22 stars 23 forks source link

Move fluid namespace into config #72

Closed kimamil closed 5 years ago

kimamil commented 5 years ago

Due to https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.5/Feature-78415-GlobalFluidViewHelperNamespacesMovedToTYPO3Configuration.html namespaces are not supported inside the templates anymore.

You should be able to add the following line in your ext_localconf.php to have the 'fp' fluid namespace available again in the templates:

$GLOBALS['TYPO3_CONF_VARS']['SYS']['fluid']['namespaces']['fp'][0] = 'HDNET\Focuspoint\ViewHelpers';

lochmueller commented 5 years ago

Done. Will be part of the next release...