FluidTYPO3 / vhs

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

v:page:languageMenu doesn't set current language property #1642

Open josefglatz opened 4 years ago

josefglatz commented 4 years ago

At least with TYPO3 10 LTS it's actually not possible with ext:vhs alone to adopt the frontend link for the current language. item.current is never true.

My workaround for now: using a TYPO3 native MenuProcessor with same configuration and use the property from there: {LanguageNavigation.{i.index}.active} .