32 lines
713 B
ReStructuredText
32 lines
713 B
ReStructuredText
|
|
.. include:: /Includes.rst.txt
|
|
|
|
.. _breaking-66034:
|
|
|
|
=======================================
|
|
Breaking: #66034 - Drop Content Adapter
|
|
=======================================
|
|
|
|
See :issue:`66034`
|
|
|
|
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
|
|
======
|
|
|
|
Any installation using TypoScript referring to old file columns as present *before* TYPO3 CMS 6.x will stop working as expected.
|
|
|
|
|
|
Migration
|
|
=========
|
|
|
|
Change your TypoScript to use the new content object FILES to retrieve files.
|
|
|
|
|
|
.. index:: LocalConfiguration, Frontend, TypoScript
|