Breaking: #106412 - TCA interface settings for list view removed
See forge#106412
Description
Each TCA definition previously had an optional section named
['interface'], which defined parameters for displaying TCA records.
The last remaining options within this section,
$GLOBALS and
$GLOBALS, have been
removed. As a result, the entire
['interface'] section is no longer
supported and will be ignored.
These settings were used to define the number of table rows displayed within the Content > List backend module.
Impact
The
$GLOBALS section in TCA definitions is
no longer evaluated.
Setting any values under this key in custom extensions has no effect and will be automatically removed during build time.
Affected installations
TYPO3 installations with custom TCA settings defining
$GLOBALS are affected.
Migration
Visual display settings can still be overridden on a per-user or per-page basis via TSconfig. This approach is more flexible, as it allows rendering different numbers of items per site, page tree, or user group.
The TCA option
$GLOBALS has been
removed in favor of
mod..
The TCA option
$GLOBALS has been removed
in favor of
mod..