Skip to content

Commit 90788ac

Browse files
committed
[TASK] Change references previously going to tsconfig
Releases: main, 13.4, 12.4
1 parent ae83f52 commit 90788ac

File tree

8 files changed

+15
-19
lines changed

8 files changed

+15
-19
lines changed

Documentation/About.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ About This Manual
88
=================
99

1010
This document is a complete reference to all objects types and properties of
11-
TypoScript as used in frontend TypoScript configuration, and not in
12-
:ref:`TSconfig backend configuration <t3tsconfig:start>`.
11+
TypoScript as used in frontend TypoScript and backend TypoScript, also called TSconfig.
1312

1413
.. seealso::
1514

Documentation/Functions/Stdwrap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ addPageCacheTags
9898

9999
Pages, which have been cached with a tag, can be deleted from cache
100100
again with the TSconfig option
101-
:ref:`TCEMAIN.clearCacheCmd <t3tsconfig:pagetcemain-clearcachecmd>`.
101+
:ref:`TCEMAIN.clearCacheCmd <pagetcemain-clearcachecmd>`.
102102

103103
.. note::
104104
If you instead want to store rendered content into the

Documentation/Functions/Typolink.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ record.identifier
882882

883883
The same identifier is used as key in the TypoScript configuration of
884884
the frontend rendering: :ref:`setup-config-recordLinks` and the :ref:`TSconfig
885-
backend link handler configuration <t3tsconfig:pagetcemaintables-linkhandler>`
885+
backend link handler configuration <pagetcemaintables-linkhandler>`
886886

887887
.. _typolink-handler-record-uid:
888888

Documentation/Guide/Index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ Getting started: A quick introduction into TypoScript
99
Learn the fundamentals of TypoScript in just 45 minutes.
1010

1111
Furthermore, you can find a full reference of all object types and properties of
12-
TypoScript in the :doc:`TypoScript Reference <Index>`, insights into TYPO3
13-
backend configuration with TypoScript in the :doc:`TSconfig <t3tsconfig:Index>`
14-
documentation and explanations of TypoScript syntax in the
15-
":ref:`TypoScript Syntax <typoscript-syntax>`" chapter.
12+
TypoScript in the menu on the left, including the
13+
:ref:`TypoScript Syntax <typoscript-syntax>` chapter.
1614

1715
----
1816

Documentation/Index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ TypoScript Explained
2525
----
2626

2727
This document is a complete reference of all object types and properties of
28-
TypoScript as used in frontend TypoScript configuration.
28+
TypoScript as used in frontend TypoScript and backend TypoScript, also called TSconfig.
2929

3030
You can find a quick guide to TypoScript configuration at
31-
:ref:`guide`, insights into TYPO3 backend configuration with
32-
TypoScript in the :ref:`TSconfig <t3tsconfig:start>` documentation and
31+
:ref:`guide` and
3332
explanations of TypoScript syntax in the ":ref:`TypoScript Syntax <typoscript-syntax>`"
3433
chapter.
3534

Documentation/Syntax/Conditions/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ condition that checks for a logged in frontend user.
3838

3939
For a reference of allowed condition criteria, please refer to the according
4040
chapter in the :ref:`frontend TypoScript Reference <conditions>` and
41-
the :ref:`backend TSconfig Reference <t3tsconfig:conditions>`. These references
41+
the :ref:`backend TSconfig Reference <tsconfig-conditions>`. These references
4242
come with examples for single condition criteria as well.
4343

4444
The TSconfig and TypoScript backend modules show lists of existing conditions

Documentation/Syntax/FileImports/Index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ Alternatives to using file imports
119119

120120
The following features can make file inclusion unnecessary:
121121

122-
* :ref:`Automatic global inclusion of user TSconfig of extensions <t3tsconfig:usersettingdefaultusertsconfig>`
123-
* :ref:`Automatic global inclusion of page TSconfig of extensions <t3tsconfig:pagesettingdefaultpagetsconfig>`
124-
* :ref:`Automatic page TSconfig on site level <t3tsconfig:include-static-page-tsconfig-per-site>`
122+
* :ref:`Automatic global inclusion of user TSconfig of extensions <usersettingdefaultusertsconfig>`
123+
* :ref:`Automatic global inclusion of page TSconfig of extensions <pagesettingdefaultpagetsconfig>`
124+
* :ref:`Automatic page TSconfig on site level <include-static-page-tsconfig-per-site>`
125125
* :ref:`TypoScript provider for sites and sets <t3coreapi:site-sets-typoscript>`
126126
automatically loads TypoScript per site when the site set is included in the
127127
site configuration.

Documentation/TopLevelObjects/Module.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Therefore they are usually done in the file
2323
that switched to the :ref:`simplified backend templating <changelog:feature-96812>`
2424
no longer use the frontend TypoScript based override approach. This has been
2525
superseded by a general override strategy based on TSconfig:
26-
:ref:`templates <t3tsconfig:pagetemplates>`.
26+
:ref:`templates <pagetemplates>`.
2727

2828
.. _module-options:
2929

@@ -33,7 +33,7 @@ Options for simple backend modules
3333
.. warning::
3434
It is strongly recommended not to use TypoScript in custom **backend modules**, for example
3535
:typoscript:`module.tx_myextension`. Use custom
36-
:ref:`Page TSconfig in namespace tx_* <t3tsconfig:page-tsconfig-extension-namespace>`
36+
:ref:`Page TSconfig in namespace tx_* <page-tsconfig-extension-namespace>`
3737
instead.
3838

3939
The configuring backend modules via frontend TypoScript
@@ -82,7 +82,7 @@ view.templateRootPaths
8282
that switch to the :ref:`simplified backend templating <changelog:feature-96812>`
8383
no longer use the frontend TypoScript based override approach. This has been
8484
superseded by a general override strategy based on TSconfig:
85-
:ref:`templates <t3tsconfig:pagetemplates>`.
85+
:ref:`templates <pagetemplates>`.
8686

8787
Used to define several paths for templates, which are executed in reverse
8888
order (the paths are searched from bottom to top). The first folder where
@@ -120,7 +120,7 @@ view.partialRootPaths
120120
that switch to the :ref:`simplified backend templating <changelog:feature-96812>`
121121
no longer use the frontend TypoScript based override approach. This has been
122122
superseded by a general override strategy based on TSconfig:
123-
:ref:`templates <t3tsconfig:pagetemplates>`.
123+
:ref:`templates <pagetemplates>`.
124124

125125
Used to define several paths for partials, which will be executed in reverse
126126
order. The first folder where the desired partial is found, is used. The

0 commit comments

Comments
 (0)