Skip to content

Commit

Permalink
[DOCS] Update TypoLink example inside of ViewHelper
Browse files Browse the repository at this point in the history
Since TYPO3 8 the way TypoLinks are represented has changed.
The new form is t3://page?uid= as prefix for page links.
The documentation of TypoLinkViewHelper is updated to reflect this.

Resolves: #89408
Releases: master, 9.5

Change-Id: I093c3db171163cff9de3a02a715784241724a2c1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62895
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Daniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de>
  • Loading branch information
Tizian Schmidlin authored and ervaude committed Jan 14, 2020
1 parent 47b9dee commit 39e93c9
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -28,7 +28,10 @@
* Example
* =======
*
* ``{link}`` contains: ``19 _blank - "testtitle with whitespace" &X=y``.
* ``{link}`` contains: ``t3://page?uid=2&arg1=val1#9 _blank some-css-class "Title containing Whitespace"``.
*
* Or a legacy version from older TYPO3 versions:
* ``{link}`` contains: ``9 _blank - "testtitle with whitespace" &X=y``.
*
* Minimal usage
* -------------
Expand Down

0 comments on commit 39e93c9

Please sign in to comment.