You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/ExtensionArchitecture/FileStructure/Configuration/TCA/Index.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ All files in this directory are automatically included during the TYPO3
31
31
`Configuration/TCA/<tablename>.php`
32
32
===================================
33
33
34
-
.. typo3:file::<tablename>.php
34
+
.. typo3:file:: tablename.php
35
35
:name: configuration-tca
36
36
:scope: extension
37
-
:path: /Configuration/TCA
38
-
:regex: /^.*Configuration\/TCA\/.*\.php$/
37
+
:path: /Configuration/TCA/
38
+
:regex: /^.*Configuration\/TCA\/[\w]+\.php$/
39
39
:shortDescription: Contains the TCA (Table Configuration Array), which initially defines the table <tablename>. Change TCA of existing tables in directory TCA/Overrides
40
40
41
41
One file per database table, using the name of the table for the file, plus
@@ -51,7 +51,7 @@ All files in this directory are automatically included during the TYPO3
0 commit comments