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,68 @@
.. include:: /Includes.rst.txt
.. _breaking-79622-1668719202:
====================================================
Breaking: #79622 - CSS Styled Content and TypoScript
====================================================
See :issue:`79622`
Description
===========
In order to streamline CSS Styled Content and Fluid Styled Content several options
of CSS Styled Content have been dropped without replacement.
Options Dropped:
* TCA image_compression
* TCA image_effects
* TCA image_noRows
* TypoScript IMAGE noRows dropped
* TypoScript IMAGE noCols dropped
* TypoScript IMAGE noRowsStdWrap dropped
* TypoScript IMGTEXT captionAlign dropped
Impact
======
The options mentioned above will have no effect.
Affected Installations
======================
All Installations that use the options mentioned above.
Migration
=========
Image Compression
-----------------
Use global image compression configuration of TYPO3 instead of deciding
compression on content element level.
Image Effects
-------------
Use CSS to apply effects on Images.
No Rows
-------
Use CSS to style the output.
Caption Alignment
-----------------
Use CSS to align the caption text to your preference.
.. index:: Frontend, TypoScript, ext:css_styled_content