http://screencast.com/t/L3Asbi2E - Wizard link Target not rendering in front
Front side code is TITLE
But target not rendering
http://screencast.com/t/L3Asbi2E - Wizard link Target not rendering in front
Front side code is TITLE
But target not rendering
AFAIK the f:link.page
ViewHelper does not interpret typolinks (that is what you have).
You should use a ViewHelper that does, for example the v:link.typolink
ViewHelper from the extension vhs
. You'd use it like this:
{namespace v=FluidTYPO3\Vhs\ViewHelpers}
<v:link.typolink configuration="{parameter: youvariablehere}">Linktext</v:link.typolink>