---
title: "Breaking: #65922 - Move unused tt_content TCA fields to compatibility6"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-65922"
source: "Changelog/7.2/Breaking-65922-MoveUnusedTt_contentTcaFieldsToCompatibility6.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #65922 - Move unused tt_content TCA fields to compatibility6

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

## Description

There are some database fields defined in 'frontend' which are not used by `frontend` or `css_styled_content`. These
fields have been moved to `compatibility6`.

-   altText
-   imagecaption
-   imagecaption_position
-   image_link
-   longdescURL
-   titleText

## Affected Installations

All installations with extensions installed depending on these fields. For instance installations still
using `css_styled_content` static templates of the TYPO3 CMS 4.\* versions.

## Migration

Add the moved TCA and SQL definitions to your own extension or install the compatibility extension `compatibility6`.
The latter is not recommended and should be considered a short-term solution.
