Unable to embed iFrame tag into HTML fields of the Knowledge ArticleIssue When adding an iFrame into the source code on the Knowledge Article, it appears and works. As soon as you click "Save" or "Publish" it removes the iFrame code from Source Code.CauseThe issue is because of the HTML Sanitizer property (glide.html.sanitize_all_fields) that protects all the HTNML fields from inserting an iframe.ResolutionAdding html_sanitize=false attribute to the dictionary entry of the field resolves the issue.Related LinksEnable sanitization on individual fields