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]
Remove property foreign_table from group fields
Starting with TYPO3 13.4.10, this option is no longer needed. For Extbase, the proper type is inferred from the first entry in the allowed TCA configuration option. You should only set this option if you need backward compatibility to previous TYPO3 versions.