fix: Whitelist schema.org attributes
so that they can be used in HTML Editor in web pages
This commit is contained in:
parent
7107409531
commit
039113b741
1 changed files with 2 additions and 1 deletions
|
|
@ -163,7 +163,8 @@ acceptable_attributes = [
|
|||
'width', 'wrap', 'xml:lang', 'data-row', 'data-list', 'data-language',
|
||||
'data-value', 'role', 'frameborder', 'allowfullscreen', 'spellcheck',
|
||||
'data-mode', 'data-gramm', 'data-placeholder', 'data-comment',
|
||||
'data-id', 'data-denotation-char'
|
||||
'data-id', 'data-denotation-char', 'itemprop', 'itemscope',
|
||||
'itemtype', 'itemid', 'itemref', 'datetime'
|
||||
]
|
||||
|
||||
mathml_attributes = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue