Skip to content

Commit

Permalink
[ESC-340] Fix Underline on text block
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala committed Oct 18, 2024
1 parent e737108 commit adc040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config/purify.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'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',

Expand Down

0 comments on commit adc040c

Please sign in to comment.