Skip to content

Commit

Permalink
[TASK] Fix spelling of "page TSconfig" and "user TSconfig" (#422)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
github-actions[bot] and brotkrueml committed Jan 26, 2024
1 parent 1fe5ff2 commit e02e3f9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Documentation/PageTsconfig/Templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.`.


Expand Down

0 comments on commit e02e3f9

Please sign in to comment.