[ESC-340] Fix Underline on text block (#598)
Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
parent
0208b0caa1
commit
469031c9ec
|
|
@ -40,7 +40,7 @@ return [
|
|||
'configs' => [
|
||||
|
||||
'default' => [
|
||||
'HTML.Allowed' => 'h1,h2,b,strong,i,em,a[href|title],ul,ol,li,p,br,span,*[style]',
|
||||
'HTML.Allowed' => 'h1,h2,b,u,strong,i,em,a[href|title],ul,ol,li,p,br,span,*[style]',
|
||||
'HTML.ForbiddenElements' => '',
|
||||
'CSS.AllowedProperties' => 'font,font-size,font-weight,font-style,text-decoration,color,text-align',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue