There are a number of viewhelpers which can be used in Fluid. The f:link and f:uri seem to do basically the same thing.
For example:
- f:link.external : "A ViewHelper for creating links to external targets."
- f.uri.external : "This ViewHelper creates a link to an external page"
This results in the following questions:
- What's the difference between f.link.external and f.uri.external (and which is supported in which Fuid / TYPO3 version?).
- For which TYPO3 version is the documentation "Extbase Guide"? Because usually you see a version in lower left column, here it just shows 'latest'.
- What is the best up-to-date resource for Fluid ViewHelpers using TYPO3 8?