---
title: "Breaking: #70033 - TCA icon options have been removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-70033"
source: "Changelog/7.6/Breaking-70033-TcaIconOptionsForSelectFields.rst"
typo3-version: "7.6"
typo3-major: 7
type: "breaking"
issue: 70033
forge: "https://forge.typo3.org/issues/70033"
tags: ["TCA", "Backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #70033 - TCA icon options have been removed {#breaking-70033}

See [forge#70033](https://forge.typo3.org/issues/70033)

## Description {#description}

The `TCA` configurations `noIconsBelowSelect`, `foreign_table_loadIcons` and `suppress_icons` for select fields with
the render type `selectSingle` have been removed.

## Impact {#impact}

The old TCA settings `noIconsBelowSelect`, `foreign_table_loadIcons` and `suppress_icons` are ignored and
deprecation log entries will be triggered. A migration handles the update of the settings.

## Affected Installations {#affected-installations}

All installations with extensions that configure the icon table visibility of TCA select fields with one of the old settings.

## Migration {#migration}

Extension authors need to use the new option `showIconTable` to define the visibility of the icon table for their select fields.
