From 36644cf8cb9260edaad91a79d03c317e5d940390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Thu, 14 May 2026 06:31:55 +0200 Subject: [PATCH] Substitute some usages of TSFE (#1723) Related: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/1074 Releases: main, 14.3, 13.4 (cherry picked from commit b435e34ae85a9819caae22c2d07c90f1e14c5d07) --- Documentation/ContentObjects/Files/Index.rst | 2 +- Documentation/DataProcessing/MenuProcessor/Keywords.rst | 2 +- Documentation/Functions/Data.rst | 2 +- Documentation/Functions/Imagelinkwrap.rst | 2 +- Documentation/Functions/Stdwrap.rst | 2 +- Documentation/TopLevelObjects/Page/Index.rst | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/ContentObjects/Files/Index.rst b/Documentation/ContentObjects/Files/Index.rst index 6b7f447b1..4cf1d940e 100644 --- a/Documentation/ContentObjects/Files/Index.rst +++ b/Documentation/ContentObjects/Files/Index.rst @@ -301,7 +301,7 @@ the file itself or from the reference to it (title): page.20 { references { table = pages - uid.data = tsfe:id + uid.data = page:uid fieldName = media } diff --git a/Documentation/DataProcessing/MenuProcessor/Keywords.rst b/Documentation/DataProcessing/MenuProcessor/Keywords.rst index b06ec563a..bba9e5d15 100644 --- a/Documentation/DataProcessing/MenuProcessor/Keywords.rst +++ b/Documentation/DataProcessing/MenuProcessor/Keywords.rst @@ -178,7 +178,7 @@ Example: Find related pages of the current page lib.relatedPagesMenu { special = keywords special { - value.data = TSFE:id + value.data = page:uid entryLevel = 1 mode = manual } diff --git a/Documentation/Functions/Data.rst b/Documentation/Functions/Data.rst index b4e605505..f1d0194d8 100644 --- a/Documentation/Functions/Data.rst +++ b/Documentation/Functions/Data.rst @@ -28,7 +28,7 @@ result in a multidimensional array. This, for example, works with :typoscript:`T .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/setup.typoscript - lib.foo.data = TSFE : fe_user | user | username + lib.foo.data = request : frontend.user | username Some codes use a different separator, but this is documented in the code. diff --git a/Documentation/Functions/Imagelinkwrap.rst b/Documentation/Functions/Imagelinkwrap.rst index 38bec9505..7361fd46b 100644 --- a/Documentation/Functions/Imagelinkwrap.rst +++ b/Documentation/Functions/Imagelinkwrap.rst @@ -488,7 +488,7 @@ Example: Printlink enable = 1 typolink { target = _blank - parameter.data = page:alias // TSFE:id + parameter.data = page:alias // page:uid additionalParams = &type=98 } } diff --git a/Documentation/Functions/Stdwrap.rst b/Documentation/Functions/Stdwrap.rst index ad77c38d0..6597d7621 100644 --- a/Documentation/Functions/Stdwrap.rst +++ b/Documentation/Functions/Stdwrap.rst @@ -1413,7 +1413,7 @@ Properties for wrapping data .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/setup.typoscript - page.10.dataWrap =