Actions
Feature #15527
closedMaximum size of caption
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2006-01-28
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
There should be constant to define maximum length of caption (in characters).
(issue imported from #M2424)
Updated by Ernesto Baschny over 18 years ago
This can already be done at rendering time, as the caption is processed through normal TypoScript methods (stdWrap). Try:
tt_content.image.20.caption.1.crop = 30
(works only in TYPO3 > 4.0beta2).
Actions