TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,32 @@
.. include:: /Includes.rst.txt
.. _feature-58122:
=======================================================================
Feature: #58122 - Configure class as non-selectable in Rich Text Editor
=======================================================================
See :issue:`58122`
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
.. code-block:: 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
======
There is no impact on previous configurations.
.. index:: RTE, TSConfig, Backend