- Open on Drupal.org βCore: 10.2.1 + Environment: PHP 8.1 & MySQL 8last update
5 months ago Waiting for branch to pass - Issue created by @slasher13
- Open on Drupal.org βCore: 10.2.1 + Environment: PHP 8.1 & MySQL 8last update
5 months ago Waiting for branch to pass - π¨π¦Canada rosiel
This patch does not allow us to create image style derivatives.
On line 132, we need to set `required_derivative_scheme' => $scheme,` not 'public' in order for image styles to work when we're using a flysystem scheme.
huhhuh β made their first commit to this issueβs fork.
huhhuh β changed the visibility of the branch 3457193-drupal-10.3.x-imagestyledownloadcontrollerdeliver to hidden.
I was testing the patch from comment #2. The image_style route needs to be defined for each scheme in the loop. I fixed that and created a merge request.