---
title: "Feature: #58122 - Configure class as non-selectable in Rich Text Editor"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-58122"
source: "Changelog/7.0/Feature-58122-ConfigureClassAsNonSelectableInRte.rst"
typo3-version: "7.0"
typo3-major: 7
type: "feature"
issue: 58122
forge: "https://forge.typo3.org/issues/58122"
tags: ["RTE", "TSConfig", "Backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #58122 - Configure class as non-selectable in Rich Text Editor {#feature-58122}

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

## Description {#description}

It is now possible to configure a class as non-selectable in the style selectors of the Rich Text Editor.

The syntax of this new property is

```typoscript
RTE.classes.[ *classname* ] {
	.selectable = boolean; if set to 0, the class is not selectable in the style selectors; if the property is omitted or set to 1, the class is selectable in the style selectors
}
```

## Impact {#impact}

There is no impact on previous configurations.
