在 tinymce 中添加下面的 img 标签
<img loading="lazy" src="https://common.cnblogs.com/images/logo/logo20170227.png" />
tinymce 会自动过滤 loading="lazy"
,请问如何让 tinymce 不过滤?
相关问题
- Reference for inserted element through execCommand
- TinyMCE Not Working in Angular-Cli Project
- Validating TinyMCE using Parsley
- TinyMCE not working - even with their example?
- 做一个留言板,求动态修改数据文件的思路?
通过 extended_valid_elements 配置解决了。