fix(Quill): Add data-row attr to whitelist

- data-row attribute is added by Quill for retaining table structure
This commit is contained in:
Faris Ansari 2018-11-01 19:06:30 +05:30
parent 86e5201384
commit e0cf3f367b

View file

@ -158,7 +158,7 @@ acceptable_attributes = [
'step', 'style', 'summary', 'suppress', 'tabindex', 'target',
'template', 'title', 'toppadding', 'type', 'unselectable', 'usemap',
'urn', 'valign', 'value', 'variable', 'volume', 'vspace', 'vrml',
'width', 'wrap', 'xml:lang'
'width', 'wrap', 'xml:lang', 'data-row'
]
mathml_attributes = [