mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-01 15:41:29 +00:00
Merge pull request #1302 from sharelatex/jel-cms-iframe-attr
Allow style attribute on iframes GitOrigin-RevId: f6a88f544eab665fecc00b8c89e87d489f39b88d
This commit is contained in:
parent
7112e65dc5
commit
5a7f72c9f9
1 changed files with 3 additions and 3 deletions
|
@ -514,7 +514,7 @@ module.exports = settings =
|
||||||
'h6': [ 'class', 'id' ]
|
'h6': [ 'class', 'id' ]
|
||||||
'figure': [ 'class', 'id', 'style']
|
'figure': [ 'class', 'id', 'style']
|
||||||
'figcaption': [ 'class', 'id', 'style']
|
'figcaption': [ 'class', 'id', 'style']
|
||||||
'iframe': [ 'allowfullscreen', 'frameborder', 'height', 'src', 'width' ]
|
'iframe': [ 'allowfullscreen', 'frameborder', 'height', 'src', 'style', 'width' ]
|
||||||
'img': [ 'alt', 'class', 'src', 'style' ]
|
'img': [ 'alt', 'class', 'src', 'style' ]
|
||||||
'source': [ 'src', 'type' ]
|
'source': [ 'src', 'type' ]
|
||||||
'span': [ 'class', 'id', 'style' ]
|
'span': [ 'class', 'id', 'style' ]
|
||||||
|
|
Loading…
Reference in a new issue