From 31c938dd560bf7fd81737e9b2300500962f3ed71 Mon Sep 17 00:00:00 2001 From: kr-mandarin Date: Wed, 8 Jul 2026 20:03:16 +0300 Subject: [PATCH 1/7] Update Index.rst Capitalize "s" in Tsconfig to be consistent with the preceding sentence --- Documentation/Concepts/Backend/RecordsModule/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Concepts/Backend/RecordsModule/Index.rst b/Documentation/Concepts/Backend/RecordsModule/Index.rst index 81789aa6..0d61bc6c 100644 --- a/Documentation/Concepts/Backend/RecordsModule/Index.rst +++ b/Documentation/Concepts/Backend/RecordsModule/Index.rst @@ -31,7 +31,7 @@ Display of database records in the Records module How a database record type is displayed in the :guilabel:`Content > Records` module is determined by :ref:`tca` and can be further configured by TSconfig. While TCA is always loaded -globally Tsconfig can be included on a per-site or per-page level. +globally TSconfig can be included on a per-site or per-page level. .. todo: Link tsconfig once article exists in concepts. From 6fe3b9d7f0486dd8c7c8120856c1a7bb1663b047 Mon Sep 17 00:00:00 2001 From: kr-mandarin Date: Wed, 8 Jul 2026 20:36:27 +0300 Subject: [PATCH 2/7] Add missing "record" word to news sentence --- Documentation/Concepts/Backend/RecordsModule/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Concepts/Backend/RecordsModule/Index.rst b/Documentation/Concepts/Backend/RecordsModule/Index.rst index 0d61bc6c..ba81d159 100644 --- a/Documentation/Concepts/Backend/RecordsModule/Index.rst +++ b/Documentation/Concepts/Backend/RecordsModule/Index.rst @@ -90,5 +90,5 @@ set globally in the :ref:`tca` by setting a custom default value in TSconfig # Do not hide newly created pages by default TCAdefaults.pages.hidden = 0 - # Set the author of a news to "Anonymous" + # Set the author of a news record to "Anonymous" TCAdefaults.tx_news_domain_model_news.author = Anonymous From 99da4aadded94439092d10ea77a375033df807f6 Mon Sep 17 00:00:00 2001 From: kr-mandarin Date: Wed, 8 Jul 2026 20:52:44 +0300 Subject: [PATCH 3/7] fix duplicate "or" and replace "is" with "are" when speaking of plurals --- Documentation/Concepts/Backend/MediaModule/Index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Concepts/Backend/MediaModule/Index.rst b/Documentation/Concepts/Backend/MediaModule/Index.rst index b89f5e1a..df6a478c 100644 --- a/Documentation/Concepts/Backend/MediaModule/Index.rst +++ b/Documentation/Concepts/Backend/MediaModule/Index.rst @@ -72,7 +72,7 @@ For usage in PHP there is an API: :ref:`Working with files, folders and file references ` .. note:: - Never link to a file in the fileadmin from CSS or or JavaScript. Such files + Never link to a file in the fileadmin from CSS or JavaScript. Such files like logos, icons, background images, etc. should be stored as :ref:`Assets in extensions and site packages `. @@ -81,7 +81,7 @@ references ` File metadata ============== -A number of metadata fields for media uploaded in the :guilabel:`Media` module is +A number of metadata fields for media uploaded in the :guilabel:`Media` module are available out-of-the-box. Additional metadata fields are available if the system extension :composer:`typo3/cms-filemetadata` is installed. From 804d59b9200e1ab92aabee82eddba101314a944f Mon Sep 17 00:00:00 2001 From: kr-mandarin Date: Wed, 8 Jul 2026 21:03:23 +0300 Subject: [PATCH 4/7] remove duplicate "the" and fix broken sentence --- .../Concepts/Backend/SiteManagement/PageTSconfig.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst b/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst index f38b82b5..e2dad65c 100644 --- a/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst +++ b/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst @@ -22,8 +22,8 @@ called :file:`EXT:my_extension/Configuration/page.tsconfig` or inserted or included in the record of a page in the page properties. Doing so is still possible for backward compatibility reasons. -If you included the Page TSconfig via a site set or globally it -not displayed in the overview submodule. +If you included the Page TSconfig via a site set or globally, then it +will not be displayed in the overview submodule. This does not mean it is not being loaded. @@ -42,7 +42,7 @@ Included page TSconfig This module works much like :ref:`site-management-typoscript-included`, however 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 +In this Guide we assume that you load page TSconfig via 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 `. From c9285c58e5177ddea8911b74699ba8e45b32e816 Mon Sep 17 00:00:00 2001 From: kr-mandarin Date: Wed, 8 Jul 2026 22:01:30 +0300 Subject: [PATCH 5/7] fix some typos and improve grammar --- .../Backend/SiteManagement/TypoScript.rst | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst b/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst index 8ac141cf..db9ba1f7 100644 --- a/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst +++ b/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst @@ -12,14 +12,14 @@ that you provided via your site as described in or via your site set as described in the Site Package Tutorial, chapter :ref:`The TypoScript-only version `. -Before TYPO3 v13 TypoScript was managed via database records, called "TypoScript -records". It is still possible doing this and you will see it in older examples -or installations that have been updated and not refactored. This module can +Before TYPO3 v13, TypoScript was managed via database records called "TypoScript +records". It is still possible to do this, and you will see it in older examples +or installations that have been updated and not yet refactored. This module can also be used to manage TypoScript records. Its usage is described in TypoScript Reference, chapter :ref:`TypoScript backend module `. -In the context of this guide we concentrate on the new way of providing TypoScript +In the context of this guide, we concentrate on the new way of providing TypoScript via the site only. The TypoScript module consists of the following submodules. You can switch them @@ -39,7 +39,7 @@ TypoScript Overview =================== Global overview of all pages with active TypoScript definitions (TypoScript -records and site sets). Useful if you have more then one site or more then one +records and site sets). Useful if you have more than one site or more than one TypoScript record in one site. .. _site-management-typoscript-constant-editor: @@ -47,12 +47,12 @@ TypoScript record in one site. Constant Editor =============== -Before site settings were introduced with TYPO3 13, TypoScript constants where +Before site settings were introduced with TYPO3 13, TypoScript constants were used to define values once and reuse them across TypoScript definitions. -Constants can still be used for backward compatibility reasons but the -Constant Editor is not available if you are using site sets. Other -then site settings, TypoScript constants are only available within TypoScript. +Constants can still be used for backward compatibility reasons, but the +Constant Editor is not available, if you are using site sets. Unlike +site settings, TypoScript constants are only available within TypoScript. It is therefore recommended to always use site settings. @@ -61,9 +61,9 @@ It is therefore recommended to always use site settings. Edit TypoScript record ====================== -Only available if TypoScript records are being used. Can be used to edit those -records. As we manage TypoScript within the site in this Guide it is out of -scope of this Guide. Its usage is described in the TypoScript reference, +Only available if TypoScript records are being used. This module can be used to +edit those records. Since this guide focuses on managing TypoScript within the site, +this module is out of scope. Its usage is described in the TypoScript reference, chapter :ref:`Submodule "Edit TypoScript Record" `. .. _site-management-typoscript-active: @@ -72,13 +72,13 @@ Active TypoScript ================= This module can be used to debug the active TypoScript. During loading and -pre compiling TypoScript configuration can override or unset definitions made in +pre-compiling, TypoScript configuration can override or unset definitions made in another file. How exactly this happens depends on things like dependencies between the used site sets. -For example if a site set in your site package configures: +For example, if a site set in your site package configures: .. code-block:: typoscript :caption: EXT:site_package/Configuration/Sets/SitePackage/setup.typoscript @@ -94,7 +94,7 @@ And the set of another extensions configures: page.20 = TEXT page.20.value = Banana -It depends on how these sets are loaded weather the `page.20.value` ends up +It depends on how these sets are loaded whether the `page.20.value` ends up being set to "Banana" or "Apple". If the site set of our site package **depends** on the Banana set, the From 23962435e9daeed2882bc33bde2594dc27072472 Mon Sep 17 00:00:00 2001 From: kr-mandarin Date: Wed, 8 Jul 2026 22:08:04 +0300 Subject: [PATCH 6/7] fix typo --- Documentation/Concepts/Backend/SiteManagement/TypoScript.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst b/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst index db9ba1f7..f0585c13 100644 --- a/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst +++ b/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst @@ -86,7 +86,7 @@ For example, if a site set in your site package configures: page.20 = TEXT page.20.value = Apple -And the set of another extensions configures: +And the set of another extension configures: .. code-block:: typoscript :caption: EXT:some_extension/Configuration/Sets/BananaSet/setup.typoscript From 30bf7736b679196a624ab65de3740e68738cc72b Mon Sep 17 00:00:00 2001 From: Sarah McCarthy Date: Thu, 9 Jul 2026 10:44:40 +0100 Subject: [PATCH 7/7] [TASK] Language checks --- .../Concepts/Backend/RecordsModule/Index.rst | 2 +- .../Backend/SiteManagement/TypoScript.rst | 27 ++++++++++--------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Documentation/Concepts/Backend/RecordsModule/Index.rst b/Documentation/Concepts/Backend/RecordsModule/Index.rst index ba81d159..cf73f9fd 100644 --- a/Documentation/Concepts/Backend/RecordsModule/Index.rst +++ b/Documentation/Concepts/Backend/RecordsModule/Index.rst @@ -31,7 +31,7 @@ Display of database records in the Records module How a database record type is displayed in the :guilabel:`Content > Records` module is determined by :ref:`tca` and can be further configured by TSconfig. While TCA is always loaded -globally TSconfig can be included on a per-site or per-page level. +globally, TSconfig can be included on a per-site or per-page level. .. todo: Link tsconfig once article exists in concepts. diff --git a/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst b/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst index f0585c13..b0aafcbd 100644 --- a/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst +++ b/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst @@ -12,15 +12,15 @@ that you provided via your site as described in or via your site set as described in the Site Package Tutorial, chapter :ref:`The TypoScript-only version `. -Before TYPO3 v13, TypoScript was managed via database records called "TypoScript -records". It is still possible to do this, and you will see it in older examples -or installations that have been updated and not yet refactored. This module can -also be used to manage TypoScript records. Its usage is described in -TypoScript Reference, chapter +Before TYPO3 v13, TypoScript was set in database records called "TypoScript +records". It is still possible to do this, and you will see it in older documentation +and installations that have been updated but not yet refactored. The TypoScript +backend module can be used to manage these TypoScript records, see +the TypoScript Reference in chapter :ref:`TypoScript backend module `. In the context of this guide, we concentrate on the new way of providing TypoScript -via the site only. +via the site. The TypoScript module consists of the following submodules. You can switch them in the docheader: @@ -47,12 +47,12 @@ TypoScript record in one site. Constant Editor =============== -Before site settings were introduced with TYPO3 13, TypoScript constants were -used to define values once and reuse them across TypoScript definitions. +Before site settings were introduced in TYPO3 13, TypoScript constants were +values that were defined in one place that could then be reused across TypoScript definitions. Constants can still be used for backward compatibility reasons, but the -Constant Editor is not available, if you are using site sets. Unlike -site settings, TypoScript constants are only available within TypoScript. +Constant Editor is not available if you are using site sets. Unlike +site settings, TypoScript constants are only available in TypoScript. It is therefore recommended to always use site settings. @@ -62,8 +62,9 @@ Edit TypoScript record ====================== Only available if TypoScript records are being used. This module can be used to -edit those records. Since this guide focuses on managing TypoScript within the site, -this module is out of scope. Its usage is described in the TypoScript reference, +edit those records. Since this guide focuses on managing TypoScript within the site, +this module is out of scope. For further information about TypoScript records, +see the TypoScript reference, chapter :ref:`Submodule "Edit TypoScript Record" `. .. _site-management-typoscript-active: @@ -71,7 +72,7 @@ chapter :ref:`Submodule "Edit TypoScript Record"