-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor changes to images within richtext field are not applied on frontend #35
Comments
Any updates ? |
Hi @indebit, sorry for the delay - I'll try to look into it today. |
@indebit can you identify what template is used to render embedded image? Also, are you using I tested this a bit on a |
Hey @pspanja , Thanks for checking. |
@indebit you should go to the SF profiler Twig metrics, in my case it looks like this: That means the image is rendered using |
Thanks for additional info @pspanja |
Great! Can you show me how template |
Sure:
and there is another one here:
|
I found that at least 3 changes that are made within the Ibexa backoffice on a embed image, are not applied on the front-end.
Current setup:
Steps to reproduce:
Expected behavior:
Current behavior:
I was in contact with Ibexa support as well regarding this issue, and they couldn't replicate the issue on their instances (without Netgen Ibexaa SiteAPI installed), so they pointed out to the usage of Ibexa Site API, because the value stored within the database is correct:
`
--They suggested to disable Netgen Ibexa SiteAPI and to try it out, which I did, and indeed, the link tag showed up on the frontend (see screenshot attached).
I've also did some debugging and found that the vendor template (vendor\ibexa\core\src\bundle\Core\Resources\views\content_fields.html.twig) doesn't have any value for the parameters (line 443), as it's only an empty array. (see screenshot attached)
The text was updated successfully, but these errors were encountered: