Actions
Bug #58420
closedIMAGE param stdWrap-function not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2014-05-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
I'm using following TS for adding some classes to the IMAGE CE:
tt_content.image.20.1.params.append = COA tt_content.image.20.1.params.append { … }
This also don't work:
params = params.append = COA params.append { … }
It works only if `params` set before:
params = style="" params.append = COA params.append { … }
In previous version this worked with `params = `.
Thanks!
Actions