---
title: "Breaking: #75710 - RTE-related TSconfig options skipAlign and skipClass removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-75710"
source: "Changelog/8.2/Breaking-75710-RTE-relatedTSconfigOptionsSkipAlignAndSkipClassRemoved.rst"
modified: "2026-09-14T09:47:36+00:00"
---

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

See [forge#75710](https://forge.typo3.org/issues/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.
