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,37 @@
.. include:: /Includes.rst.txt
.. _breaking-92118:
=====================================================
Breaking: #92118 - TCA ctrl thumbnail setting dropped
=====================================================
See :issue:`92118`
Description
===========
The TCA setting :php:`$GLOBALS['TCA'][$aTableName]['ctrl']['thumbnail']` has been dropped.
Impact
======
Setting the control field for a custom table has no effect anymore.
Affected Installations
======================
The setting has been used in the :guilabel:`List` module for tables with image fields to render a preview
of attached images. It has been used for :php:`tt_content` in core versions until TYPO3 v7.
There are probably not many extensions using the setting. The :guilabel:`List` module will
no longer show preview images for rendered rows.
Migration
=========
Drop this setting during extension clean up. The setting is simply ignored, no PHP error will be thrown.
.. index:: TCA, NotScanned, ext:recordlist