FluidTYPO3 / vhs

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

TYPO3 V10 support for ExtensionConfigurationViewHelper #1763

Closed MohsinQK closed 2 years ago

MohsinQK commented 2 years ago

as in TYPO3 V10 now extConf is moved to $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS'] so now it will check for the configuration on this path if not available then check in the old path.

NamelessCoder commented 2 years ago

Hi @MohsinQK - thanks for the PR! As far as I'm aware, this was already taken care of in https://github.com/FluidTYPO3/vhs/pull/1732 (by adding the new location as first candidate for lookup) which means this PR shouldn't be necessary. Is there a problem with that solution or did you perhaps create this PR based on an earlier state which didn't include the linked fix?

MohsinQK commented 2 years ago

@NamelessCoder Yes that's what I did too. maybe that Pull request is not merged and released on the latest version so that's why I have created another PR, I will close this PR.