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
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).