diff --git a/Documentation/About.rst b/Documentation/About.rst index 3adbad0f8..05101c77a 100644 --- a/Documentation/About.rst +++ b/Documentation/About.rst @@ -8,8 +8,7 @@ About This Manual ================= This document is a complete reference to all objects types and properties of -TypoScript as used in frontend TypoScript configuration, and not in -:ref:`TSconfig backend configuration `. +TypoScript as used in frontend TypoScript and backend TypoScript, also called TSconfig. .. seealso:: diff --git a/Documentation/Functions/Stdwrap.rst b/Documentation/Functions/Stdwrap.rst index 075dbd1d4..daf1e6502 100644 --- a/Documentation/Functions/Stdwrap.rst +++ b/Documentation/Functions/Stdwrap.rst @@ -98,7 +98,7 @@ addPageCacheTags Pages, which have been cached with a tag, can be deleted from cache again with the TSconfig option - :ref:`TCEMAIN.clearCacheCmd `. + :ref:`TCEMAIN.clearCacheCmd `. .. note:: If you instead want to store rendered content into the diff --git a/Documentation/Functions/Typolink.rst b/Documentation/Functions/Typolink.rst index 2fd769f73..5de231912 100644 --- a/Documentation/Functions/Typolink.rst +++ b/Documentation/Functions/Typolink.rst @@ -882,7 +882,7 @@ record.identifier The same identifier is used as key in the TypoScript configuration of the frontend rendering: :ref:`setup-config-recordLinks` and the :ref:`TSconfig - backend link handler configuration ` + backend link handler configuration ` .. _typolink-handler-record-uid: diff --git a/Documentation/Guide/Index.rst b/Documentation/Guide/Index.rst index d3fd4dbee..db4f948fb 100644 --- a/Documentation/Guide/Index.rst +++ b/Documentation/Guide/Index.rst @@ -9,10 +9,8 @@ Getting started: A quick introduction into TypoScript Learn the fundamentals of TypoScript in just 45 minutes. Furthermore, you can find a full reference of all object types and properties of -TypoScript in the :doc:`TypoScript Reference `, insights into TYPO3 -backend configuration with TypoScript in the :doc:`TSconfig ` -documentation and explanations of TypoScript syntax in the -":ref:`TypoScript Syntax `" chapter. +TypoScript in the menu on the left, including the +:ref:`TypoScript Syntax ` chapter. ---- diff --git a/Documentation/Index.rst b/Documentation/Index.rst index eb3a3f4f2..43da30710 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -25,11 +25,10 @@ TypoScript Explained ---- This document is a complete reference of all object types and properties of -TypoScript as used in frontend TypoScript configuration. +TypoScript as used in frontend TypoScript and backend TypoScript, also called TSconfig. You can find a quick guide to TypoScript configuration at -:ref:`guide`, insights into TYPO3 backend configuration with -TypoScript in the :ref:`TSconfig ` documentation and +:ref:`guide` and explanations of TypoScript syntax in the ":ref:`TypoScript Syntax `" chapter. diff --git a/Documentation/Syntax/Conditions/Index.rst b/Documentation/Syntax/Conditions/Index.rst index ba71d2334..b2fc943bb 100644 --- a/Documentation/Syntax/Conditions/Index.rst +++ b/Documentation/Syntax/Conditions/Index.rst @@ -38,7 +38,7 @@ condition that checks for a logged in frontend user. For a reference of allowed condition criteria, please refer to the according chapter in the :ref:`frontend TypoScript Reference ` and -the :ref:`backend TSconfig Reference `. These references +the :ref:`backend TSconfig Reference `. These references come with examples for single condition criteria as well. The TSconfig and TypoScript backend modules show lists of existing conditions diff --git a/Documentation/Syntax/FileImports/Index.rst b/Documentation/Syntax/FileImports/Index.rst index bde499af4..f9a40307f 100644 --- a/Documentation/Syntax/FileImports/Index.rst +++ b/Documentation/Syntax/FileImports/Index.rst @@ -113,9 +113,9 @@ Alternatives to using file imports The following features can make file inclusion unnecessary: -* :ref:`Automatic global inclusion of user TSconfig of extensions ` -* :ref:`Automatic global inclusion of page TSconfig of extensions ` -* :ref:`Automatic page TSconfig on site level ` +* :ref:`Automatic global inclusion of user TSconfig of extensions ` +* :ref:`Automatic global inclusion of page TSconfig of extensions ` +* :ref:`Automatic page TSconfig on site level ` * :ref:`TypoScript provider for sites and sets ` automatically loads TypoScript per site when the site set is included in the site configuration. diff --git a/Documentation/TopLevelObjects/Module.rst b/Documentation/TopLevelObjects/Module.rst index 1088049bc..d9a16a6ae 100644 --- a/Documentation/TopLevelObjects/Module.rst +++ b/Documentation/TopLevelObjects/Module.rst @@ -23,7 +23,7 @@ Therefore they are usually done in the file that switched to the :ref:`simplified backend templating ` no longer use the frontend TypoScript based override approach. This has been superseded by a general override strategy based on TSconfig: - :ref:`templates `. + :ref:`templates `. .. _module-options: @@ -33,7 +33,7 @@ Options for simple backend modules .. warning:: It is strongly recommended not to use TypoScript in custom **backend modules**, for example :typoscript:`module.tx_myextension`. Use custom - :ref:`Page TSconfig in namespace tx_* ` + :ref:`Page TSconfig in namespace tx_* ` instead. The configuring backend modules via frontend TypoScript @@ -82,7 +82,7 @@ view.templateRootPaths that switch to the :ref:`simplified backend templating ` no longer use the frontend TypoScript based override approach. This has been superseded by a general override strategy based on TSconfig: - :ref:`templates `. + :ref:`templates `. Used to define several paths for templates, which are executed in reverse order (the paths are searched from bottom to top). The first folder where @@ -120,7 +120,7 @@ view.partialRootPaths that switch to the :ref:`simplified backend templating ` no longer use the frontend TypoScript based override approach. This has been superseded by a general override strategy based on TSconfig: - :ref:`templates `. + :ref:`templates `. Used to define several paths for partials, which will be executed in reverse order. The first folder where the desired partial is found, is used. The diff --git a/Documentation/UserTsconfig/Options.rst b/Documentation/UserTsconfig/Options.rst index cd942119a..f9ba37e48 100644 --- a/Documentation/UserTsconfig/Options.rst +++ b/Documentation/UserTsconfig/Options.rst @@ -819,7 +819,7 @@ Properties .. versionadded:: 13.1 This setting is the successor of the removed - :ref:`t3tsconfig/13:useroptions-pageTree-backgroundColor`. + :ref:`t3tsref/13:useroptions-pageTree-backgroundColor`. Labels offer customizable color markings for tree nodes and require an associated label for accessibility.