Attention
TYPO3 v11 has reached end-of-life as of October 31th 2024 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v11 here: TYPO3 ELTS.
Verifying the TCA
You may find it necessary – at some point – to verify the full
structure of the $GLOBALS
in your TYPO3 installation.
The System > Configuration module makes it possible to have an overview of the
complete $GLOBALS
, with all customizations taken into account.
Note
The Configuration module is part of the lowlevel system extension. In Composer mode
you can install it with:
composer req typo3/cms-lowlevel
If you cannot find your new field, it probably means that you have made some mistake.
This view is also useful when trying to find out where to insert a new field, to explore the combination of types and palettes that may be used for the table that we want to extend.