Skip to content

Commit

Permalink
Added srcset support to tiny_mce wysiwyg editor (#481)
Browse files Browse the repository at this point in the history
Added support for srcset in wysiwyg editor by allowing the tag attributes
  • Loading branch information
tschifftner authored and tmotyl committed May 24, 2018
1 parent 1e31c01 commit f78f0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mage/adminhtml/wysiwyg/tiny_mce/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ tinyMceWysiwygSetup.prototype =
+"img[align<bottom?left?middle?right?top|alt|border|class|dir<ltr?rtl|height"
+"|hspace|id|ismap<ismap|lang|longdesc|name|onclick|ondblclick|onkeydown"
+"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
+"|onmouseup|src|style|title|usemap|vspace|width],"
+"|onmouseup|sizes|src|srcset|style|title|usemap|vspace|width],"
+"input[accept|accesskey|align<bottom?left?middle?right?top|alt"
+"|checked<checked|class|dir<ltr?rtl|disabled<disabled|id|ismap<ismap|lang"
+"|maxlength|name|onblur|onclick|ondblclick|onfocus|onkeydown|onkeypress"
Expand Down

0 comments on commit f78f0c2

Please sign in to comment.