Actions
Bug #17889
closedTCA eval on TEXT field does not work
Start date:
2007-12-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
i tried to make a field of type 'text' required:
$TCA['tt_content']['columns']['altText']['config']['eval'] = 'required';
eval works for type input but altText (used in 'Text with image') can't be changed to type input because every line is rendered for one individual image...
http://lists.typo3.org/pipermail/typo3-english/2006-August/029204.html
similar patch:
#17468
(issue imported from #M6896)
Files
Actions