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
Hello!
When uploading an image, we can attach alt text which is getting saved to database. But when the post is loaded from database the alt text is missing.
Not sure if this is caused by react wrapper, hence linking both: mkhstar/suneditor-react#161
Thank you
The text was updated successfully, but these errors were encountered:
"alt" was missing from the whitelist. If you add the option below, it will work before fix.
attributesWhitelist: { img: 'alt', }
Sorry, something went wrong.
@JiHong88 thanks for the quick response. I tested in both versions. It's working :)
fix: #601 default whitelist - alt
d050375
The 2.36.0 version has been updated. If this issue has not been resolved, please reopen this issue. Thank you.
fix: JiHong88#601 default whitelist - alt
a72ecd2
No branches or pull requests
Hello!
When uploading an image, we can attach alt text which is getting saved to database.
But when the post is loaded from database the alt text is missing.
Not sure if this is caused by react wrapper, hence linking both: mkhstar/suneditor-react#161
Thank you
The text was updated successfully, but these errors were encountered: