---
title: "Breaking: #66034 - Drop Content Adapter"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-66034"
source: "Changelog/7.2/Breaking-66034-DropContentAdapter.rst"
typo3-version: "7.2"
typo3-major: 7
type: "breaking"
issue: 66034
forge: "https://forge.typo3.org/issues/66034"
tags: ["LocalConfiguration", "Frontend", "TypoScript"]
rendered: "2026-09-23T19:53:57+00:00"
---

# Breaking: #66034 - Drop Content Adapter {#breaking-66034}

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

## Description {#description}

The TYPO3 configuration option \[FE\]\[activateContentAdapter\] and the associated code has been dropped from the TYPO3 core.
This option was used to transform FAL fields back to old file fields.

## Impact {#impact}

Any installation using TypoScript referring to old file columns as present *before* TYPO3 CMS 6.x will stop working as expected.

## Migration {#migration}

Change your TypoScript to use the new content object FILES to retrieve files.
