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,23 @@
.. include:: /Includes.rst.txt
.. _feature-89650:
=======================================================
Feature: #89650 - Allow line breaks in TCA descriptions
=======================================================
See :issue:`89650`
Description
===========
TCA description texts are passed through :php:`nl2br()` to allow line breaks which make longer description texts easier to read.
Impact
======
To make use of this feature simply format your description text with new lines. Those will be converted to :html:`<br>` tags when creating the output.
Installations that make use of TCA descriptions heavily might want to double check the formatting of those texts to avoid unwanted new lines.
.. index:: Backend, ext:backend