Skip to content

Commit

Permalink
UHF-10199: Enable underline-tag for full html text format
Browse files Browse the repository at this point in the history
  • Loading branch information
teroelonen committed Oct 9, 2024
1 parent e01c4b6 commit 0017b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf/cmi/editor.editor.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ settings:
- bold
- italic
- strikethrough
- underline
- superscript
- subscript
- removeFormat
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/filter.format.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ filters:
status: true
weight: -50
settings:
allowed_html: '<br> <p data-helfi-quote-text> <h2> <h3> <h4> <h5> <h6> <figure tabindex> <figcaption> <strong> <em> <s> <sub> <sup> <a href data-hds-icon-start data-is-external data-protocol data-hds-component data-hds-variant rel target="_blank" data-entity-type data-entity-uuid data-entity-substitution> <ul> <ol start> <li> <table> <tr> <td rowspan colspan> <th rowspan colspan> <thead> <tbody> <tfoot> <caption> <span dir> <blockquote data-helfi-quote> <footer data-helfi-quote-author> <cite>'
allowed_html: '<br> <p data-helfi-quote-text> <h2> <h3> <h4> <h5> <h6> <figure tabindex> <figcaption> <strong> <em> <u> <s> <sub> <sup> <a href data-hds-icon-start data-is-external data-protocol data-hds-component data-hds-variant rel target="_blank" data-entity-type data-entity-uuid data-entity-substitution> <ul> <ol start> <li> <table> <tr> <td rowspan colspan> <th rowspan colspan> <thead> <tbody> <tfoot> <caption> <span dir> <blockquote data-helfi-quote> <footer data-helfi-quote-author> <cite>'
filter_html_help: true
filter_html_nofollow: false
filter_html_escape:
Expand Down

0 comments on commit 0017b9e

Please sign in to comment.