Breaking: #75710 - RTE-related TSconfig options skipAlign and skipClass removed 

See forge#75710

Description 

The two RTE-related TSconfig options RTE.default.proc.skipAlign and RTE.default.proc.skipClass 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 skipAlign , skipClass or setting keepPDIVattribs without class and align as values are affected.

Migration 

In order to allow class and align attributes in paragraph tags, the option keepPDIVattribs 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 keepPDIVattribs , 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.