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']
and ['interface']
are removed and not evaluated anymore.
maxDBListItems
-
- Path
- $GLOBALS['TCA'][$table]['interface']
Removed with TYPO3 14.0. Use TSconfig mod.web_list.itemsLimitSingleTable.
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
-
- Path
- $GLOBALS['TCA'][$table]['types'][$type]
Removed with TYPO3 14.0, deprecated with 13.4.
subtypes_excludelist
-
- Path
- $GLOBALS['TCA'][$table]['types'][$type]
Removed with TYPO3 14.0, deprecated with 13.4.
subtype_value_field
-
- Path
- $GLOBALS['TCA'][$table]['types'][$type]