Actions
Task #65822
closedButton File Metainfo should show image dimensions (usability)
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2015-03-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Problem
This is a usibility problem our users have: Where to find size of images in file list module?
Analysis
In the file list module click on the blue info button near the file and there you find metadata, but size and width is missing.
The file is not always an image and there the values are not alway valid. But mostly there are many images.
possible Solution
add both fields to TCA: $TCA['sys_file_metadata']['interface']['showRecordFieldList'] = 'file, width, height, title, description, alternative';
Sure, we could define it, but isn't it a generally useful infomation?
Actions