Skip to content

Commit

Permalink
[TASK] Adjust links to TSconfig reference (#588)
Browse files Browse the repository at this point in the history
Releases: main, 13.4, 12.4
  • Loading branch information
linawolf authored Nov 20, 2024
1 parent e6cff4d commit 78c5dee
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Documentation/Concepts/Backend/ListModule/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The list module
Almost all data stored in the database is represented as a
:ref:`Database record <t3coreapi:database-records>` in the TYPO3 backend.

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

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

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

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

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

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

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

.. code-block:: typoscript
:caption: EXT:site_package/Configuration/page.tsconfig
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Concepts/Backend/PageModule/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ can be configured and used: :ref:`Page layouts with page
TSconfig <t3sitepackage:content-mapping-backend-layout>`.

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

.. _page-new-content:

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ the sources from which TSconfig is being loaded are different.
In this Guide we assume that you load page TSconfig via the the site set of your
site package. The TSconfig Reference gives you an overview of all possible
strategies to set page TSconfig:
:ref:`Setting page TSconfig <t3tsconfig:setting-page-tsconfig>`.
:ref:`Setting page TSconfig <t3tsref:setting-page-tsconfig>`.

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

These topics are beyond the scope of this Guide however.
2 changes: 1 addition & 1 deletion Documentation/FirstProject/Settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ See also the complete :ref:`TypoScript Reference <t3tsref:start>`.
Page wide backend settings: Page TSconfig
=========================================

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

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

0 comments on commit 78c5dee

Please sign in to comment.