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 v10 here: TYPO3 ELTS.
typeicon_column
typeicon_column
-
- Type
- string (field name)
- Path
- $GLOBALS['TCA'][$table]['ctrl']
- Scope
- Display
Field name, whose value decides alternative icons for the table records, the default icon is the one defined with the iconfile value.
The values in the field referenced by this property must match entries in the array defined in typeicon_classes properties. If no match is found, the default icon is used. See example in the related typeicon_classes property.
If used, the value of this property is often set to the same field name as type.
Note
The pages table has a special configuration and relies on the
$GLOBALS
array.['PAGES_ TYPES']