Hello,
With TYPO3 7.6 i can use:
<f:link.typolink parameter="{page}" />
It automatically returns the title of the desired page as value:
<a href="/about/">About</a>
But since TYPO3 7.6.1-dev the value keeps empty:
<a href="/about/"></a>
Is something changed or is this a bug?
Kind regards,
Bas