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,39 @@
.. include:: /Includes.rst.txt
.. _deprecation-80076:
=================================================================
Deprecation: #80076 - TypoScript option page.insertClassesFromRTE
=================================================================
See :issue:`80076`
Description
===========
The TypoScript setting :typoscript:`page.insertClassesFromRTE` has been marked as deprecated.
The option enabled loading of CSS classes defined by backend PageTs config :typoscript:`RTE.classes` as inline CSS
into a frontend page. However it did not take merged RTE options and userTS/pageTS overrides
into account.
Impact
======
Setting :typoscript:`page.insertClassesFromRTE` in TypoScript will trigger a deprecation log entry.
Affected Installations
======================
Any installation having the option activated in TypoScript.
Migration
=========
In order to separate the functionality, all CSS classes which have been used in the RTE should be
defined separately for the frontend rendering in a custom CSS/LESS/SASS file.
.. index:: TypoScript, Frontend, RTE