TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,31 @@
.. 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