Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Frömken <[email protected]>
  • Loading branch information
linawolf and froemken authored Feb 2, 2025
1 parent 4834a05 commit 228a3c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
:regex: /^.*Configuration\/RequestMiddlewares\.php$/
:shortDescription: Configuration of user-defined middlewares for frontend and backend

Configuration of user-defined middlewares for frontend and backend. Extensions
that add middlewares or disable existing middlewares configure them in this
file. The file must return an array with the configuration.
Configuration of custom middleware for frontend and backend. Extensions that
add middleware or disable existing middleware are configured in this file. The
file must return an array with the configuration.

See :ref:`Configuring middlewares <request-handling-configuring-middlewares>`
for details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Extension folder `Configuration/TCA`
====================================

The folder :file:`EXT:my_extension/Configuration/TCA/` may contain or override
:ref:`TCA (TYPO3 configuration array) <t3tca:introduction>` data.
:ref:`TCA (Table Configuration Array) <t3tca:introduction>` data.

All files in this directory are automatically included during the TYPO3
:ref:`bootstrap <bootstrapping>`.
Expand All @@ -36,7 +36,7 @@ All files in this directory are automatically included during the TYPO3
:scope: extension
:path: /Configuration/TCA
:regex: /^.*Configuration\/TCA\/.*\.php$/
:shortDescription: Contains the TCA (TYPO3 configuration array), which initially defines the table <tablename>. Change existing tables in directory TCA/Overrides
:shortDescription: Contains the TCA (Table Configuration Array), which initially defines the table <tablename>. Change TCA of existing tables in directory TCA/Overrides

One file per database table, using the name of the table for the file, plus
".php". Only for new tables.
Expand Down

0 comments on commit 228a3c2

Please sign in to comment.