diff --git a/Documentation/Index.rst b/Documentation/Index.rst index b7082d9..9ee7f3b 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 22dbfda..e212039 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 c867e99..f6b2d73 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 2ac88f1..4cecf90 100644 --- a/Documentation/UsingSetting/PageTSconfig.rst +++ b/Documentation/UsingSetting/PageTSconfig.rst @@ -172,7 +172,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 87eca59..3c87890 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 55ff4cc..81a2550 100644 --- a/Documentation/UsingSetting/UserTSconfig.rst +++ b/Documentation/UsingSetting/UserTSconfig.rst @@ -105,7 +105,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 @@ -132,7 +132,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.