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,28 @@
.. include:: /Includes.rst.txt
.. _feature-67603:
==========================================================
Feature: #67603 - Introduce TCA > ctrl > descriptionColumn
==========================================================
See :issue:`67603`
Description
===========
To annotate database table column fields as internal description for editors and admins a new setting
for TCA is introduced. Setting is called `['TCA'][$tableName]['ctrl']['descriptionColumn']` and holds column name.
This description should only displayed in the backend to guide editors and admins.
Usage of descriptionColumn is added under different issues.
Impact
======
None, since annotation itself is added only. Does not impact.
.. index:: TCA, Backend