FluidTYPO3 / vhs

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

[BUGFIX] Allow new extension configuration in ExtensionConfigurationViewHelper #1732

Closed Lagerregal closed 2 years ago

Lagerregal commented 3 years ago

Since TYPO3 is using '$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS'][$extensionKey]' instead of the serialized '$GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf'][$extensionKey]' the ExtensionConfigurationViewHelper should support this new configuration structure.

NamelessCoder commented 2 years ago

Thanks for the patch @Lagerregal!