Actions
Bug #72079
closedfor CEs unknown to the core only preview of field 'image' is done
Start date:
2015-12-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
if you create new CEs and try to be more compatible to existing CEs you might use the field 'media' or 'assets' for including images (or other media).
but only the field 'images' is considerd for preview in the default case.
it would be very helpful if beside the field 'images' also the fields 'media' and 'assets' were handled.
File: sysext/backend/Classes/View/PageLayoutView.php : tt_content_drawItem ()
public function tt_content_drawItem($row) : if ($drawItem) { switch ($row['CType']) { : default: $contentType = $this->CType_labels[$row['CType']]; if (isset($contentType)) { :
Actions