Allow static pages to contain iframe elements. This is necessary for twitch embedding.
darkmorford -
293d44211c32
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -75,7 +75,8 tinyMCE.init({
75 75 theme_advanced_toolbar_location : "top",
76 76 theme_advanced_toolbar_align : "left",
77 77 theme_advanced_path_location : "bottom",
78 extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
78 extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],"
79 + "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],iframe[frameborder|height|src|width|scrolling|allowfullscreen]",
79 80 theme_advanced_blockformats : "p,h3,h4,h5,h6"
80 81 });
81 82 </script>
Comments 0
You need to be logged in to leave comments. Login now