Project

General

Profile

Actions

Bug #78034

closed

Typoscript constant editor not supporting type=file[]

Added by Georg Tiefenbrunn over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2016-09-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Following docs.typo3.org and wiki.typo3.org I would expect all of the following definitions for Constant Editor to display some kind of file selector/wizard:

#cat=mysite/file/a; type=file; label=Test A
config.test.a =
#cat=mysite/file/b; type=file[txt,html,htm]; label=Test B
config.test.b =
#cat=mysite/file/c; type=file[IMAGE_EXT]; label=Test C
config.test.c =

TYPO3 CMS 7.6 (latest via composer) instead renders a select list with one option:

Test A: <option value="">()</option>
Test B: <option value="">(txt,html,htm)</option>
Test C: <option value="">(gif,jpg,jpeg,png,...)</option>

If this feature was removed (see https://forge.typo3.org/issues/51780) we should update the docs and fully remove type=file (or use it as an alias for type=string).

See ExtendedTemplateService.php#L1265


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #51780: Typoscript constant editor not supporting file upload anymoreClosed2013-09-05

Actions
Actions #1

Updated by Georg Ringer over 7 years ago

  • Status changed from New to Accepted
Actions #2

Updated by Chris topher over 7 years ago

  • Status changed from Accepted to Resolved
Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF