Merge pull request #6381 from netchampfaris/quill-fixes-4
fix(Quill): Add data-row attr to whitelist
This commit is contained in:
commit
ab8767833d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue