Actions
Bug #17708
closedimgStart and imgMax properties of IMGTEXT are not rendering the images correctly
Start date:
2007-10-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you set
tt_content.images.20.imgStart = 1
in order not to show the first image in the list, the capiton of the first image is nevertheless shown, but the last image is not.
In addition the stdWrap for imgMax is called but not applied.
Simply set
tt_content.image.20.imgStart
to a value greater zero and see what happens.
Setting
tt_content.images.20.imgMax = 2
tt_content.images.20.imgMax.wrap = |0
will not result in a maximum image count of 20, but 2 imgages.
(issue imported from #M6561)
Files
Actions