Content was removed

TYPO3 14.0

Remove TCA interface settings for list view

Breaking: #106412 - TCA interface settings for list view removed the TCA options ['interface']['maxSingleDBListItems'] and ['interface']['maxDBListItems'] are removed and not evaluated anymore.

maxDBListItems

maxDBListItems
Path
$GLOBALS['TCA'][$table]['interface']

Removed with TYPO3 14.0. Use TSconfig mod.web_list.itemsLimitSingleTable.

maxSingleDBListItems

maxSingleDBListItems
Path
$GLOBALS['TCA'][$table]['interface']

Removed with TYPO3 14.0. Use TSconfig listOnlyInSingleTableView.

Remove deprecated ctrl subtype* options

See also Migration from subtypes to types.

subtypes_addlist

subtypes_addlist
Path
$GLOBALS['TCA'][$table]['types'][$type]

Removed with TYPO3 14.0, deprecated with 13.4.

subtypes_excludelist

subtypes_excludelist
Path
$GLOBALS['TCA'][$table]['types'][$type]

Removed with TYPO3 14.0, deprecated with 13.4.

subtype_value_field

subtype_value_field
Path
$GLOBALS['TCA'][$table]['types'][$type]