Project

General

Profile

Actions

Feature #71102

closed

Story #69712: Further FormEngine development

Allow definition of CSH within TCA

Added by Andreas Kienast over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2015-10-28
Due date:
% Done:

0%

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

Description

It should be possible to add CSH texts within the TCA which is very helpful when building TCA from scratch and render it by the FormEngine.

Proposal:

'columns' => [
    'foobar' => [
        'label' => 'I\'m foobar',
        'csh' => [
            'description' => 'Enter some test content',
            'details' => 'You can enter any content you like in this field'
        ]
    ]
]


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #71081: Additional help text property for TCA field typesClosed2015-10-27

Actions
Related to TYPO3 Core - Feature #85410: Allow TCA description propertyClosed2018-06-27

Actions
Actions

Also available in: Atom PDF