From a74a0ad6033d1d9a23fe762a5c0b3a0b86d62927 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Fri, 11 Sep 2026 21:50:26 +0200 Subject: [PATCH] [TASK] Move the caption paths onto site sets (#174) The captions point at Configuration/TypoScript/setup.typoscript, a file nothing includes. A reader who follows the caption, creates the file and reloads the page sees no effect and no error. A site set is loaded as soon as a site lists it, so the example now names a path that does what the page says it does. Releases: main, 14.3, 13.4 Assisted-by: Claude Opus 5 Signed-off-by: Lina Wolf Signed-off-by: Lina Wolf (cherry picked from commit 5c18d81f0578e51ef792ce62aee35bf9b8baf190) --- Documentation/LanguageMenu/Index.rst | 2 +- Documentation/LocalizedLabels/Index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/LanguageMenu/Index.rst b/Documentation/LanguageMenu/Index.rst index e2750dc..cae4903 100644 --- a/Documentation/LanguageMenu/Index.rst +++ b/Documentation/LanguageMenu/Index.rst @@ -40,7 +40,7 @@ This is the corresponding TypoScript code, that sets up a `LanguageMenuProcessor` on the page level: .. code-block:: typoscript - :caption: EXT:site_package/Configuration/TypoScript/setup.typoscript + :caption: EXT:site_package/Configuration/Sets/Main/setup.typoscript page = PAGE page { diff --git a/Documentation/LocalizedLabels/Index.rst b/Documentation/LocalizedLabels/Index.rst index ee73041..8934758 100644 --- a/Documentation/LocalizedLabels/Index.rst +++ b/Documentation/LocalizedLabels/Index.rst @@ -17,7 +17,7 @@ the system can retrieve in a localized version if the appropriate translations are installed. It is possible to retrieve values from XLF files using TypoScript: .. code-block:: typoscript - :caption: EXT:site_package/Configuration/TypoScript/setup.typoscript + :caption: EXT:site_package/Configuration/Sets/Main/setup.typoscript page.20 = TEXT page.20.data = LLL:EXT:indexed_search/Resources/Private/Language/locallang.xlf:form.submit