Actions
Feature #49535
closedAdd FileReferenceUid to data-array in frontend rendering
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-07-01
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
CMS FAL fields getting converted to the old database structure in typo3/sysext/core/Classes/Resource/Service/FrontendContentAdapterService.php. The service saves the file uid in "$migrateFieldName . '_fileUids" but not the file reference uids.
I developed an extension which extends the FileReference with cropping informations. For this it would be helpful to have the file reference uid in the frontend rendering.
Actions