Skip to content

Commit 4c6c8b8

Browse files
linawolfgithub-actions[bot]
authored andcommitted
[TASK] Adjust links to TSconfig reference
Releases: main, 13.4, 12.4
1 parent b4530de commit 4c6c8b8

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Documentation/Concepts/Backend/ListModule/Index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The list module
99
Almost all data stored in the database is represented as a
1010
:ref:`Database record <t3coreapi:database-records>` in the TYPO3 backend.
1111

12-
The respective backend module called :guilabel:`Web > List` module can be
12+
The respective backend module called :guilabel:`Web > List` module can be
1313
used to view, edit, search and export database records.
1414

1515
How to use the List module effectively for managing database records is
@@ -37,7 +37,7 @@ Here are some examples of what you might want to change in the list module:
3737
Hide tables in the List module
3838
------------------------------
3939

40-
The TSconfig properties in section :ref:`web_list <t3tsconfig:pageweblist>`
40+
The TSconfig properties in section :ref:`web_list <t3tsref:pageweblist>`
4141
can be used to influence display and functionality of the List module.
4242

4343
For example you can hide the records of certain tables visible in the List module with:
@@ -58,8 +58,8 @@ Disable hide and prepend at copy
5858

5959
By default copied database records are inserted hidden and with `(copy X)`
6060
appended to their label. You can disable this default behaviour by
61-
setting :ref:`disablePrependAtCopy <t3tsconfig:pagetcemaintables-disableprependatcopy>`
62-
and :ref:`disableHideAtCopy <t3tsconfig:pagetcemaintables-disablehideatcopy>` for
61+
setting :ref:`disablePrependAtCopy <t3tsref:pagetcemaintables-disableprependatcopy>`
62+
and :ref:`disableHideAtCopy <t3tsref:pagetcemaintables-disablehideatcopy>` for
6363
the affected table belonging to the record to true like so:
6464

6565
.. code-block:: typoscript
@@ -77,7 +77,7 @@ Define defaults for certain fields
7777

7878
You can override the :confval:`default (TCA reference) <t3tca:input-default>`
7979
set globally in the :ref:`tca` by setting a custom default value in TSconfig
80-
:ref:`TCAdefaults <t3tsconfig:pageTsTcaDefaults>`:
80+
:ref:`TCAdefaults <t3tsref:pageTsTcaDefaults>`:
8181

8282
.. code-block:: typoscript
8383
:caption: EXT:site_package/Configuration/page.tsconfig

Documentation/Concepts/Backend/PageModule/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ can be configured and used: :doc:`Page layouts with page
2727
TSconfig <t3sitepackage:ContentMapping/Index#define-the-backend-layouts>`.
2828

2929
The topic is also covered in-depth in the TSconfig Reference,
30-
chapter :ref:`Backend layouts <t3tsconfig:backend-layouts>`.
30+
chapter :ref:`Backend layouts <t3tsref:backend-layouts>`.
3131

3232
.. _page-new-content:
3333

@@ -44,7 +44,7 @@ wizard is displayed. Available :ref:`content elements <page-content-elements>` a
4444
:ref:`plugins <page-plugins>` are ordered into groups.
4545

4646
You can use the page TSconfig setting
47-
:ref:`mod.wizard.newContentElement.wizardItems <t3tsconfig:pagenewcontentelementwizard>`
47+
:ref:`mod.wizard.newContentElement.wizardItems <t3tsref:pagenewcontentelementwizard>`
4848
to hide or edit content elements displayed here. For example you can hide the
4949
"HTML" content element supplied by :composer:`typo3/cms-fluid-styled-content`:
5050

Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ the sources from which TSconfig is being loaded are different.
4545
In this Guide we assume that you load page TSconfig via the the site set of your
4646
site package. The TSconfig Reference gives you an overview of all possible
4747
strategies to set page TSconfig:
48-
:ref:`Setting page TSconfig <t3tsconfig:setting-page-tsconfig>`.
48+
:ref:`Setting page TSconfig <t3tsref:setting-page-tsconfig>`.
4949

5050
And to make confusion perfect there is also user TSconfig, which is loaded on a
51-
per user basis: :ref:`Setting user TSconfig <t3tsconfig:setting-user-tsconfig>`
51+
per user basis: :ref:`Setting user TSconfig <t3tsref:setting-user-tsconfig>`
5252
and can override page TSconfig:
53-
:ref:`Overriding page TSconfig in user TSconfig <t3tsconfig:pageoverridingpagetsconfigwithusertsconfig>`
53+
:ref:`Overriding page TSconfig in user TSconfig <t3tsref:pageoverridingpagetsconfigwithusertsconfig>`
5454

5555
These topics are beyond the scope of this Guide however.

Documentation/FirstProject/Settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ See also the complete :ref:`TypoScript Reference <t3tsref:start>`.
126126
Page wide backend settings: Page TSconfig
127127
=========================================
128128

129-
Read more about this in :ref:`Setting page TSconfig <t3tsconfig:setting-page-tsconfig>`.
129+
Read more about this in :ref:`Setting page TSconfig <t3tsref:setting-page-tsconfig>`.
130130

131131
.. todo: Add screenshots, mention the module etc?

0 commit comments

Comments
 (0)