Skip to content

Commit c6b8a27

Browse files
committed
MAGETWO-91122: Html attributes auto removed from WYSIWYG Editor
1 parent a72f59b commit c6b8a27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/html5-schema.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ define([
149149
['col', 'width align char charoff valign'],
150150
['input button select textarea', 'autofocus'],
151151
['input textarea', 'placeholder onselect onchange onfocus onblur'],
152-
['link script img', 'crossorigin']
152+
['link script img', 'crossorigin'],
153+
['div','aria-role'],
153154
];
154155

155156
rawData.forEach(function (data) {

0 commit comments

Comments
 (0)