From f334f8ff87b5101a4ea6a60314d33d937293bc6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:22:18 +0100 Subject: [PATCH] [BUGFIX] Fix links to former TypoScript syntax (#558) Releases: main, 13.4, 12.4 Co-authored-by: lina.wolf --- Documentation/Index.rst | 2 +- Documentation/Introduction/Index.rst | 2 +- Documentation/UsingSetting/Conditions.rst | 2 +- Documentation/UsingSetting/PageTSconfig.rst | 2 +- Documentation/UsingSetting/Syntax.rst | 2 +- Documentation/UsingSetting/UserTSconfig.rst | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/Index.rst b/Documentation/Index.rst index b7082d92..9ee7f3b5 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -32,7 +32,7 @@ In addition, you can find and a complete reference of all object types and properties of TypoScript in the :ref:`TypoScript Reference ` and explanations of TypoScript syntax in the chapter -":ref:`TypoScript Syntax `" of TYPO3 +":ref:`TypoScript Syntax `" of TYPO3 Explained. ---- diff --git a/Documentation/Introduction/Index.rst b/Documentation/Introduction/Index.rst index 22dbfdac..e2120393 100644 --- a/Documentation/Introduction/Index.rst +++ b/Documentation/Introduction/Index.rst @@ -44,7 +44,7 @@ for users and groups ("User TSconfig"). Each variant is further detailed in this The general "dotted notation" of `TypoScript` is re-used for Page TSconfig and User TSconfig, it is possible to reference values, use conditions, and so on. For a general look at the syntax, please read the according section of -:ref:`TYPO3 Explained `. +:ref:`TYPO3 Explained `. Other than the basic syntax, TSconfig and frontend TypoScript have nothing in common. Properties outlined in the :ref:`TypoScript Reference ` can never be diff --git a/Documentation/UsingSetting/Conditions.rst b/Documentation/UsingSetting/Conditions.rst index c867e996..f6b2d73a 100644 --- a/Documentation/UsingSetting/Conditions.rst +++ b/Documentation/UsingSetting/Conditions.rst @@ -13,7 +13,7 @@ Conditions ========== TSconfig TypoScript conditions offer a way to conditionally change TypoScript based -on current context. See the :ref:`TypoScript syntax condition chapter ` +on current context. See the :ref:`TypoScript syntax condition chapter ` for the basic syntax of conditions. It is possible to use TypoScript conditions in both user TSconfig and page TSconfig, diff --git a/Documentation/UsingSetting/PageTSconfig.rst b/Documentation/UsingSetting/PageTSconfig.rst index 0ca78166..367b06be 100644 --- a/Documentation/UsingSetting/PageTSconfig.rst +++ b/Documentation/UsingSetting/PageTSconfig.rst @@ -244,7 +244,7 @@ Static and direct page TSconfig are loaded for the page they are set on and all their subpages. The TypoScript syntax to -:ref:`modify ` values +:ref:`modify ` values can also be used for the page TSconfig. Example diff --git a/Documentation/UsingSetting/Syntax.rst b/Documentation/UsingSetting/Syntax.rst index 87eca595..3c878907 100644 --- a/Documentation/UsingSetting/Syntax.rst +++ b/Documentation/UsingSetting/Syntax.rst @@ -15,4 +15,4 @@ Please note the following differences: * In TSconfig no constants are available. * There are differences in the :ref:`conditions ` that can be used. * The general TypoScript syntax is described in - :ref:`TypoScript syntax `. + :ref:`TypoScript syntax `. diff --git a/Documentation/UsingSetting/UserTSconfig.rst b/Documentation/UsingSetting/UserTSconfig.rst index a1b60356..24e66648 100644 --- a/Documentation/UsingSetting/UserTSconfig.rst +++ b/Documentation/UsingSetting/UserTSconfig.rst @@ -129,7 +129,7 @@ Properties, which are set in the TSconfig field of a group, are valid for all users of that group. Values set in one group can be overridden and -:ref:`modified ` in the +:ref:`modified ` in the same or another group. If a user is a member of multiple groups, the TSconfig settings are evaluated in the order in which the groups are included in the user account: When editing the backend user, the selected groups are evaluated @@ -156,7 +156,7 @@ from top to bottom. * You get the value "bold,italic". Finally, you can override or -:ref:`modify ` the +:ref:`modify ` the settings from groups that your user is a member of in the user TSconfig field of that specific user.