Project

General

Profile

Actions

Task #86718

closed

Make crop settings accessible for 3rd-party developers

Added by Xavier Perseguers over 5 years ago. Updated over 5 years ago.

Status:
Rejected
Priority:
Should have
Category:
Extbase
Target version:
-
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.

Actions #1

Updated by Gerrit Code Review over 5 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

Actions #2

Updated by Gerrit Code Review over 5 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

Actions #3

Updated by Gerrit Code Review over 5 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

Actions #4

Updated by Xavier Perseguers over 5 years ago

  • Status changed from Under Review to Rejected

One just needs to write:

$crop = $file->getReferenceProperty('crop');

to access the information.

Actions

Also available in: Atom PDF