Skip to content

Conversation

dev-newvisibility
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
Related issues/PRs #issuenum
License MIT

What's in this PR?

We've noticed that icons and images from the article excerpt are not compatible with the twig function get_image of the sulu/web-twig package. This PR fixes that (a re-index is required after applying the patch).

Why?

At the moment every image is treated as a jpeg (including SVG) because the mime type is not indexed in ES.

The ImageExtension needs to know the MIME type of the image in order to render the appropriate html tag: https://github.com/sulu/web-twig/blob/4ed8fda8b0632082ebb16a70c4e94131a9ec648f/src/ImageExtension.php#L571

@alexander-schranz alexander-schranz added the bug Error or unexpected behavior of already existing functionality label May 29, 2024
@alexander-schranz alexander-schranz merged commit c47fc34 into sulu:2.5 Jun 7, 2024
@alexander-schranz
Copy link
Member

@dev-newvisibility Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Error or unexpected behavior of already existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants