Actions
Bug #20644
closedFeature: Add Linebreak in Palette of TCEFORMS
Start date:
2009-06-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is no possibility to add a linebreak in palette fields.
As palette is used for grouping fields, i added an option in palette to allow a linebreak.
This is done with following syntax:
$TCA[tablename]['palettes'] = array(
'1' => array('showitem' => field1, fileld2, --linebreak--, field3'),
);
(issue imported from #M11374)
Files
Actions