mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
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:
parent
d83e6a008d
commit
b299dd02dc
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@
|
|||
allowedContent: true,
|
||||
startupFocus: {json_encode($editor_focus)},
|
||||
language: "{str_replace('jp','ja',$lang_type)}",
|
||||
iframe_attributes: {},
|
||||
versionCheck: false
|
||||
},
|
||||
loadXeComponent: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue