1 ======================================================================================================
2 Breaking: #72837 - RTE transformations: Allow div sections by default and remove font-specific parsing
3 ======================================================================================================
8 The TSconfig ``RTE.default.proc`` options ``preserveDIVSections`` and ``allowedFontColors`` for transforming data between the Rich
9 Text Editor and the database were removed.
11 The ``preserveDIVSections`` option is now built-in by default "always on", and DIV tags are always treated as block elements.
13 Special handling for ``<font>`` tags is done via the regular tag processing options like any other tag.
19 Setting the TSconfig option ``RTE.default.proc.preserveDIVSections = 0`` or ``RTE.default.proc.allowedFontColors`` will have no effect anymore.
22 Affected Installations
23 ======================
25 Any installation using custom TSconfig configurations for the RTE and using ``RTE.default.proc.preserveDIVSections`` set to 0 or ``RTE.default.proc.allowedFontColors`` to any value.
31 If DIV HTML elements should not treated like block elements, the RTE option ``RTE.proc.blockElementList`` can be manually
32 customized to not include DIV elements.
34 If the option ``allowedFontColors`` is still needed, the existing functionality can be achieved by using the ``keepTags`` functionality to sort out correct values for a property.