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 #1

Updated by Malte Koitka over 8 years ago

That's a nice idea. Perhaps it's possible to somehow combine it with the needs of issue #71081.

If it makes sense an option called 'type' could differantiate between the current CSH 'tooltip' and a direct 'inline' output after the field.

Actions #2

Updated by Riccardo De Contardi about 7 years ago

  • Target version changed from 8 LTS to 9.0
Actions #3

Updated by Susanne Moog about 6 years ago

  • Target version deleted (9.0)
Actions #4

Updated by Christian Kuhn over 5 years ago

Actions #5

Updated by Christian Kuhn over 5 years ago

  • Status changed from New to Closed

csh will be kept as is for now, but an additional description is now possible with #85410

Actions

Also available in: Atom PDF