Feature #105742
openSynchronized manipulation of all crop variants
0%
Description
Currently it is not possible to manipulate all crop variants of an image at the same time in the TYPO3 backend.
So if you added an image and want to crop it a bit on all crop variants but the smallest one, you have to do it manually for all crop variants. If you have 6+ crop variants (bootstrap template), this is really annoying and error prone, because you can not set the exact some values for each variant.
It would be nice to have a switch to enable synchronized manipulation of the crop variants.
Updated by Christian Welzel about 2 months ago
I already have some code for this. Will prepare a PR soon.
Updated by Gerrit Code Review about 2 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87336
Updated by Garvin Hicking about 1 month ago
Not sure if you saw my comment in the patch tracker, but I also just now saw this: https://docs.typo3.org/p/jweiland/sync-crop-areas/main/en-us/Index.html
Maybe it's an idea to join forces here and see if the extension route is viable? Maybe even my ideas I raised in the patch comment could be incorporated :)
Updated by Christian Welzel about 1 month ago
I had a look into the description of this extension, but had no closer look (RL is happening...)
As i understood the text and the code (had a short look into it), it uses the DataHandler to copy configurations on save action. This is not, what i want to archive because this is not intuitive to the editor.