:orphan: .. _not-found: =================== Content was removed =================== TYPO3 14.0 ========== .. _interface: .. _interface-examples: .. _interface-properties: .. _interface-properties-maxdblistitems: .. _interface-properties-maxsingledblistitems: 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. .. confval:: maxDBListItems :Path: $GLOBALS['TCA'][$table]['interface'] Removed with TYPO3 14.0. Use TSconfig `mod.web_list.itemsLimitSingleTable `_. .. confval:: maxSingleDBListItems :Path: $GLOBALS['TCA'][$table]['interface'] Removed with TYPO3 14.0. Use TSconfig `listOnlyInSingleTableView `_. .. _types-example-subtypes: .. _types-example-subtypes-remove: .. _types-example-subtypes-remove-types: .. _migration-subtype: .. _types-properties-subtypes-addlist: .. _types-properties-subtype-value-field: .. _types-properties-subtypes-excludelist: .. _migration-subtype-flexform: .. _migration-subtype-subtypes-excludelist: .. _migration-subtype-custom: .. _types-example-previewRenderer-for-subtype: .. _migration-subtype-previewrenderer: Remove deprecated ctrl subtype* options ======================================= See also `Migration from subtypes to types `_. .. confval:: subtypes_addlist :name: types-subtypes-addlist :Path: $GLOBALS['TCA'][$table]['types'][$type] Removed with TYPO3 14.0, deprecated with 13.4. .. confval:: subtypes_excludelist :name: types-subtypes-excludelist :Path: $GLOBALS['TCA'][$table]['types'][$type] Removed with TYPO3 14.0, deprecated with 13.4. .. confval:: subtype_value_field :name: types-subtype-value-field :Path: $GLOBALS['TCA'][$table]['types'][$type]