Actions
Feature #71102
closedStory #69712: Further FormEngine development
Allow definition of CSH within TCA
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' ] ] ]
Actions