Project

General

Profile

Actions

Feature #16482

closed

Extending $TCA[$table]['ctrl']['thumbnail'] to use more than one image, separated by comma

Added by Oliver Hader over 17 years ago. Updated almost 6 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2006-08-21
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.5
Tags:
Complexity:
Sprint Focus:

Description

Generally the thumbnail field in the TCA ctrl section is used like this:

$TCA["tx_myext"] = Array (
"ctrl" => Array (
...
'thumbnail' => 'image',
...
),
);

This diff provides a solution, to use more fields, separated by comma, e.g.

$TCA["tx_myext"] = Array (
"ctrl" => Array (
...
'thumbnail' => 'image,map,icon',
...
),
);

See the following diff file.

(issue imported from #M4079)


Files

be_tca_ctrl_thumbnail.diff (3.1 KB) be_tca_ctrl_thumbnail.diff Administrator Admin, 2006-08-21 13:41
Actions

Also available in: Atom PDF