We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After we upgraded to the latest strapi 4.15.5
the WYSIWYG editor now sets the absolute path of the strapi image as the resource URL instead of using a relative url
When we add an embedded image, previously rendered HTML:
<img src="/uploads/Picture1_d60119baed.png" alt="practice menu"> Now the latest version has the full URL which does not appear to allow us to embed:
<img src="/uploads/Picture1_d60119baed.png" alt="practice menu">
<img src="https://nick.com/uploads/Picture11_a2ff576519.png" alt="Successfully Submitted page">
We would like it to use the relative path like before.
Do you know any way to do this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After we upgraded to the latest strapi 4.15.5
the WYSIWYG editor now sets the absolute path of the strapi image as the resource URL instead of using a relative url
When we add an embedded image, previously rendered HTML:
<img src="/uploads/Picture1_d60119baed.png" alt="practice menu">
Now the latest version has the full URL which does not appear to allow us to embed:
<img src="https://nick.com/uploads/Picture11_a2ff576519.png" alt="Successfully Submitted page">
We would like it to use the relative path like before.
Do you know any way to do this?
The text was updated successfully, but these errors were encountered: