From e02e3f99c755d478c201537c59a543338a83674e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:40:41 +0100 Subject: [PATCH] [TASK] Fix spelling of "page TSconfig" and "user TSconfig" (#422) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Additionally, fix some other spellings (page level, subtrees, subpages). See: https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/Glossary.html Releases: main, 12.4 Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/PageTsconfig/Templates.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/PageTsconfig/Templates.rst b/Documentation/PageTsconfig/Templates.rst index ec566053..ea774e14 100644 --- a/Documentation/PageTsconfig/Templates.rst +++ b/Documentation/PageTsconfig/Templates.rst @@ -114,20 +114,20 @@ into smaller partial files so an extension can override a specific partial only. Combinations of overrides ========================= -Due to the nature of TsConfig and its two types PageTsConfig and UserTsConfig, +Due to the nature of TSconfig and its two types page TSconfig and user TSconfig, various combinations are possible: -* Define "global" overrides with PageTsConfig in +* Define "global" overrides with page TSconfig in :file:`Configuration/page.tsconfig` of an extension. This works for all modules, regardless of whether the module renders a page tree or not. -* Define page-level overrides via the :guilabel:`TSconfig` field of page - records. As always with PageTsConfig, sub pages and sub trees inherit these +* Define page level overrides via the :guilabel:`TSconfig` field of page + records. As always with page TSconfig, subpages and subtrees inherit these settings from their parent pages. -* Define overrides on user or (better) group level. As always, UserTsConfig can - override PageTsConfig by prefixing any setting available as PageTsConfig with - :typoscript:`page.` in UserTsConfig. A UserTsConfig template override starts +* Define overrides on user or (better) group level. As always, user TSconfig can + override page TSconfig by prefixing any setting available as page TSconfig with + :typoscript:`page.` in user TSconfig. A user TSconfig template override starts with :typoscript:`page.templates.` instead of :typoscript:`templates.`.