@@ -9,7 +9,7 @@ The list module
99Almost all data stored in the database is represented as a
1010:ref: `Database record <t3coreapi:database-records >` in the TYPO3 backend.
1111
12- The respective backend module called :guilabel: `Web > List ` module can be
12+ The respective backend module called :guilabel: `Web > List ` module can be
1313used to view, edit, search and export database records.
1414
1515How to use the List module effectively for managing database records is
@@ -37,7 +37,7 @@ Here are some examples of what you might want to change in the list module:
3737Hide tables in the List module
3838------------------------------
3939
40- The TSconfig properties in section :ref: `web_list <t3tsconfig :pageweblist >`
40+ The TSconfig properties in section :ref: `web_list <t3tsref :pageweblist >`
4141can be used to influence display and functionality of the List module.
4242
4343For example you can hide the records of certain tables visible in the List module with:
@@ -58,8 +58,8 @@ Disable hide and prepend at copy
5858
5959By default copied database records are inserted hidden and with `(copy X) `
6060appended to their label. You can disable this default behaviour by
61- setting :ref: `disablePrependAtCopy <t3tsconfig :pagetcemaintables-disableprependatcopy >`
62- and :ref: `disableHideAtCopy <t3tsconfig :pagetcemaintables-disablehideatcopy >` for
61+ setting :ref: `disablePrependAtCopy <t3tsref :pagetcemaintables-disableprependatcopy >`
62+ and :ref: `disableHideAtCopy <t3tsref :pagetcemaintables-disablehideatcopy >` for
6363the affected table belonging to the record to true like so:
6464
6565.. code-block :: typoscript
@@ -77,7 +77,7 @@ Define defaults for certain fields
7777
7878You can override the :confval: `default (TCA reference) <t3tca:input-default> `
7979set globally in the :ref: `tca ` by setting a custom default value in TSconfig
80- :ref: `TCAdefaults <t3tsconfig :pageTsTcaDefaults >`:
80+ :ref: `TCAdefaults <t3tsref :pageTsTcaDefaults >`:
8181
8282.. code-block :: typoscript
8383 :caption: EXT:site_package/Configuration/page.tsconfig
0 commit comments