Commit 3ec082b3 authored by Georgios Dagkakis's avatar Georgios Dagkakis

erp5_core: Allow more attributes in gadget_html_viewer.js

Plus, remove the duplicate of 'text-align'
parent b819f8da
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
rowspan: true, rowspan: true,
align: true, align: true,
scope: true, scope: true,
width: true,
summary: true, summary: true,
download: true download: true
}, },
...@@ -125,7 +126,10 @@ ...@@ -125,7 +126,10 @@
width: true, width: true,
'display': true, 'display': true,
'list-style': true, 'list-style': true,
'text-align': true, 'line-height': true,
'font-size': true,
'font-family': true,
'text-decoration': true,
'vertical-align': true, 'vertical-align': true,
'border-radius': true 'border-radius': true
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment