mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +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,
|
allowedContent: true,
|
||||||
startupFocus: {json_encode($editor_focus)},
|
startupFocus: {json_encode($editor_focus)},
|
||||||
language: "{str_replace('jp','ja',$lang_type)}",
|
language: "{str_replace('jp','ja',$lang_type)}",
|
||||||
|
iframe_attributes: {},
|
||||||
versionCheck: false
|
versionCheck: false
|
||||||
},
|
},
|
||||||
loadXeComponent: true,
|
loadXeComponent: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue