From 1e10f7fc05556804500bb92c71b63c1585915007 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:05:54 +0100 Subject: [PATCH] [TASK] Adjust links to TSconfig reference (#589) Releases: main, 13.4, 12.4 Co-authored-by: lina.wolf --- Documentation/Concepts/Backend/ListModule/Index.rst | 10 +++++----- Documentation/Concepts/Backend/PageModule/Index.rst | 4 ++-- .../Concepts/Backend/SiteManagement/PageTSconfig.rst | 6 +++--- Documentation/FirstProject/Settings.rst | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Documentation/Concepts/Backend/ListModule/Index.rst b/Documentation/Concepts/Backend/ListModule/Index.rst index 3b62d0e1..443f45b4 100644 --- a/Documentation/Concepts/Backend/ListModule/Index.rst +++ b/Documentation/Concepts/Backend/ListModule/Index.rst @@ -9,7 +9,7 @@ The list module Almost all data stored in the database is represented as a :ref:`Database record ` 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 @@ -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 ` +The TSconfig properties in section :ref:`web_list ` 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: @@ -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 ` -and :ref:`disableHideAtCopy ` for +setting :ref:`disablePrependAtCopy ` +and :ref:`disableHideAtCopy ` for the affected table belonging to the record to true like so: .. code-block:: typoscript @@ -77,7 +77,7 @@ Define defaults for certain fields You can override the :confval:`default (TCA reference) ` set globally in the :ref:`tca` by setting a custom default value in TSconfig -:ref:`TCAdefaults `: +:ref:`TCAdefaults `: .. code-block:: typoscript :caption: EXT:site_package/Configuration/page.tsconfig diff --git a/Documentation/Concepts/Backend/PageModule/Index.rst b/Documentation/Concepts/Backend/PageModule/Index.rst index 6f693ce6..3a7ed3be 100644 --- a/Documentation/Concepts/Backend/PageModule/Index.rst +++ b/Documentation/Concepts/Backend/PageModule/Index.rst @@ -27,7 +27,7 @@ can be configured and used: :doc:`Page layouts with page TSconfig `. The topic is also covered in-depth in the TSconfig Reference, -chapter :ref:`Backend layouts `. +chapter :ref:`Backend layouts `. .. _page-new-content: @@ -44,7 +44,7 @@ wizard is displayed. Available :ref:`content elements ` a :ref:`plugins ` are ordered into groups. You can use the page TSconfig setting -:ref:`mod.wizard.newContentElement.wizardItems ` +:ref:`mod.wizard.newContentElement.wizardItems ` 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`: diff --git a/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst b/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst index 3ba79537..86cfea58 100644 --- a/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst +++ b/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst @@ -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 `. +:ref:`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 ` +per user basis: :ref:`Setting user TSconfig ` and can override page TSconfig: -:ref:`Overriding page TSconfig in user TSconfig ` +:ref:`Overriding page TSconfig in user TSconfig ` These topics are beyond the scope of this Guide however. diff --git a/Documentation/FirstProject/Settings.rst b/Documentation/FirstProject/Settings.rst index d3e6ab92..88b1059d 100644 --- a/Documentation/FirstProject/Settings.rst +++ b/Documentation/FirstProject/Settings.rst @@ -126,6 +126,6 @@ See also the complete :ref:`TypoScript Reference `. Page wide backend settings: Page TSconfig ========================================= -Read more about this in :ref:`Setting page TSconfig `. +Read more about this in :ref:`Setting page TSconfig `. .. todo: Add screenshots, mention the module etc?