Feature #16482
Extending $TCA[$table]['ctrl']['thumbnail'] to use more than one image, separated by comma
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2006-08-21
Due date:
% Done:
0%
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)
History
#1
Updated by Mathias Schreiber about 5 years ago
- Status changed from New to Closed
#2
Updated by Mathias Schreiber about 5 years ago
- Description updated (diff)
- Status changed from Closed to Accepted
- Target version changed from 0 to 7.0
- PHP Version changed from 5 to 5.5
#3
Updated by Mathias Schreiber almost 5 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
#4
Updated by Benni Mack over 4 years ago
- Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
#5
Updated by Susanne Moog over 4 years ago
- Target version changed from 7.4 (Backend) to 7.5
#6
Updated by Benni Mack about 4 years ago
- Target version deleted (
7.5)
#7
Updated by Susanne Moog about 2 years ago
- Category set to Backend API
#8
Updated by Benni Mack over 1 year ago
- Status changed from Accepted to Rejected
was dropped in 8.6