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,35 @@
.. include:: /Includes.rst.txt
.. _breaking-75237:
=======================================================================
Breaking: #75237 - Removal of div ce-bodytext might cause layout issues
=======================================================================
See :issue:`75237`
Description
===========
If neither bodytext nor header were entered in the TextMedia element, the div element containing the class `ce-bodytext` will be suppressed.
Impact
======
The missing div could cause layout problems, if the layout and CSS depend on it.
Affected Installations
======================
All installations relying on :html:`<div class="ce-bodytext">`
Migration
=========
Either change the CSS or use a custom template without all the conditions.
.. index:: Fluid, ext:fluid_styled_content