Fix spurious "sandbox" attribute being added to all iframes, due to CKEditor change

https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-iframe_attributes
This commit is contained in:
Kijin Sung 2023-12-12 18:55:55 +09:00
parent d83e6a008d
commit b299dd02dc

View file

@ -119,6 +119,7 @@
allowedContent: true,
startupFocus: {json_encode($editor_focus)},
language: "{str_replace('jp','ja',$lang_type)}",
iframe_attributes: {},
versionCheck: false
},
loadXeComponent: true,