FluidTYPO3 / vhs

TYPO3 extension VHS: Fluid ViewHelpers
https://fluidtypo3.org
Other
189 stars 228 forks source link

variable.extensionConfiguration not working with TYPO3 10 #1731

Closed codingnik closed 2 years ago

codingnik commented 3 years ago

Is anyone using variable.extensionConfiguration with TYPO3 10? I suppose this viewhelper isn't working currently due to _Deprecation: #82254 - Deprecate $GLOBALS[‘TYPO3_CONFVARS’][‘EXT’][‘extConf’], https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.0/Deprecation-82254-DeprecateGLOBALSTYPO3_CONF_VARSEXTextConf.html

$GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf'] is empty under TYPO3 10.

NamelessCoder commented 2 years ago

Solved by https://github.com/FluidTYPO3/vhs/pull/1732