You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I link a record in RTE link is created as should.
If I create a link inside a field (header link, new related links, etc) and render it in the view with these settings: <f:link.typolink parameter="{link.uri}" target="{newsItem.uid}" title="{link.title}" >{link.title}</f:link.typolink>
It produces no link, but just the text.
Do I need to configure anything to get TypoLink Viewhelper working with your extension?
The text was updated successfully, but these errors were encountered:
Hmm, I have no idea. I must admit that I am not familiar with the Fluid "link.typolink" view helper, although that may be unrelated to the issue you are experiencing. Sorry.
If I link a record in RTE link is created as should.
If I create a link inside a field (header link, new related links, etc) and render it in the view with these settings:
<f:link.typolink parameter="{link.uri}" target="{newsItem.uid}" title="{link.title}" >{link.title}</f:link.typolink>
It produces no link, but just the text.
Do I need to configure anything to get TypoLink Viewhelper working with your extension?
The text was updated successfully, but these errors were encountered: