Project

General

Profile

Actions

Feature #93794

closed

TCA field description is not configurable via TSconfig

Added by Stefan P about 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2021-03-22
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The description information for TCA fields ( $GLOBALS['TCA']['tx_my_table']['columns']['my_column']['description'] ) can not be changed via TSconfig.

Example use case: two different fluid templates (two domains) for the same CType. The element is containing an image. On one template/domain you need to give the editor an advice via description, on the other template you need not.

TCEFORM {
    tt_content {
        my_field {
            description = Hello
        }
    }
}

The description must be configurable just like the label.


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #94424: TCA description not overridden with TCFORM configClosed2021-06-28

Actions
Actions

Also available in: Atom PDF