---
title: "Deprecation: #80076 - TypoScript option page.insertClassesFromRTE"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-80076"
source: "Changelog/8.7/Deprecation-80076-TypoScriptOptionPageinsertClassesFromRTE.rst"
typo3-version: "8.7"
typo3-major: 8
type: "deprecation"
issue: 80076
forge: "https://forge.typo3.org/issues/80076"
tags: ["TypoScript", "Frontend", "RTE"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #80076 - TypoScript option page.insertClassesFromRTE {#deprecation-80076}

See [forge#80076](https://forge.typo3.org/issues/80076)

## Description {#description}

The TypoScript setting `page.insertClassesFromRTE` has been marked as deprecated.

The option enabled loading of CSS classes defined by backend PageTs config `RTE.classes` as inline CSS
into a frontend page. However it did not take merged RTE options and userTS/pageTS overrides
into account.

## Impact {#impact}

Setting `page.insertClassesFromRTE` in TypoScript will trigger a deprecation log entry.

## Affected Installations {#affected-installations}

Any installation having the option activated in TypoScript.

## Migration {#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.
