Project

General

Profile

Actions

Bug #47448

closed

TsConfig not working under sys_file

Added by Andreas Keck almost 11 years ago. Updated over 8 years ago.

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
    }
}
Actions #1

Updated by David Lemaitre over 9 years ago

Not working in TYPO3 6.2.4

Actions #2

Updated by andreas d over 9 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?

Actions #3

Updated by Riccardo De Contardi over 8 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

Also available in: Atom PDF