Actions
Bug #47448
closedTsConfig not working under sys_file
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2013-04-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The following TsConfig wont work in single file element in filelist:
TCEFORM { sys_file { alternative.label = ALT-Text (Beschreibt das Bild in Worten) title.label = Titel-Text (zusätzlche Info als Tooltip) description.label = Bildunterschrift } }
Updated by andreas d about 10 years ago
still not working in 6.2.6 - this was reported over a year ago and there is not even a status update to this? is there going to be a fix?
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Closed
- Is Regression set to No
The correct TSConfig code is:
TCEFORM { sys_file_reference { alternative.label = ALT-Text (Beschreibt das Bild in Worten) title.label = Titel-Text (zusätzlche Info als Tooltip) description.label = Bildunterschrift } }
I tested with both 6.2.14 and 7.4-dev (latest master) and it works, so I close this issue.
Actions