Project

General

Profile

Actions

Bug #58420

closed

IMAGE param stdWrap-function not working

Added by Arno Dudek almost 10 years ago. Updated over 5 years ago.

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!


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #53220: Responsive image rendering - remove unnecessary whitespaces in html tagsClosed2013-10-30

Actions
Actions

Also available in: Atom PDF