Breaking: #75710 - RTE-related TSconfig options skipAlign and skipClass removed
See forge#75710
Description
The two RTE-related TSconfig options RTE.
and RTE.
that don't allow align and class attributes when converting content from the RTE to the database have been removed.
Impact
Setting these options will have no effect anymore.
Affected Installations
Any installation setting custom TSconfig options for skip
, skip
or setting
keep
without class
and align
as values are affected.
Migration
In order to allow class and align attributes in paragraph tags, the option keep
needs to be extended to also include "class" and "align" as values, which is done by default.
If an installation has custom TSconfig settings using keep
, the two attributes need to be added
accordingly to still allow class and align attributes to be kept when transforming from the RTE to the database.