X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=79f932e226e1db5588d6b68c2ca0c028ebe0c4e1;hp=3d124557799bfe682d33a0e247833be58b8c4dca;hb=77750cfa2f2d05534f81435442fcb77fe0f0cf43;hpb=11496780534fe6fe3f6473da0cb0f23f3c384c4f diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 3d12455779..79f932e226 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -29320,7 +29320,25 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { new Roo.htmleditor.FilterAttributes({ node : div, - attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan', 'data-display', 'data-width', 'start' , 'style'], + attrib_white : [ + 'href', + 'src', + 'name', + 'align', + 'colspan', + 'rowspan', + 'data-display', + 'data-width', + 'start' , + 'style', + // youtube embed. + 'class', + 'allowfullscreen', + 'frameborder', + 'width', + 'height', + 'alt' + ], attrib_clean : ['href', 'src' ] });