Attention
TYPO3 v12 has reached end-of-life as of April 30th 2026 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v12 here: TYPO3 ELTS.
Backend display (interface)
The interface section contains configuration for display and listing in
various parts of the backend. It is optional to use.
Table of Contents
Examples: Limit items in record list
Limit items in backend list to 30 in overview, 50 in single table view:
Properties of TCA section interface
| Name | Type | Default |
|---|---|---|
| integer | 20 | |
| integer | 100 |
maxDBListItems
-
- Type
- integer
- Path
- $GLOBALS['TCA'][$table]['interface']
- Default
- 20
Maximum number of items shown in the List module.
maxSingleDBListItems
-
- Type
- integer
- Path
- $GLOBALS['TCA'][$table]['interface']
- Default
- 100
Maximum number of items shown in the List module, if this table is listed in extended mode (listing only a single table).