Actions
Task #86718
closedMake crop settings accessible for 3rd-party developers
Start date:
2018-10-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
I developed an API to expose the EXT:news records (teaser, teaser image, ...) as JSON.
What is missing from the Core domain model is a way to access the crop settings of the teaser image.
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58673
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58673
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58673
Updated by Xavier Perseguers about 6 years ago
- Status changed from Under Review to Rejected
One just needs to write:
$crop = $file->getReferenceProperty('crop');
to access the information.
Actions