Skip to content

Commit

Permalink
Merge branch 'release/3.2.6' into feature/177-email-handler-hide-titl…
Browse files Browse the repository at this point in the history
…es-if-all-children-exluded
  • Loading branch information
jekuaitk authored Feb 17, 2025
2 parents 262e9e4 + cc575a2 commit 7ac1c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Nedenfor ses dato for release og beskrivelse af opgaver som er implementeret.

* Tilføjede patch der undgår container titler i e-mails
når de ikke har underelementer.
* Tillod tabel elementer i `webform` tekstformat.

## [3.2.5] 2025-02-11

Expand Down
2 changes: 1 addition & 1 deletion config/sync/filter.format.webform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<br> <p> <h2> <h3> <h4> <h5> <h6> <strong> <em> <sub> <sup> <blockquote> <a href target="_blank"> <ul> <ol reversed start> <li> <img src alt height width data-align>'
allowed_html: '<br> <p> <h2> <h3> <h4> <h5> <h6> <strong> <em> <sub> <sup> <blockquote> <a href target="_blank"> <ul> <ol reversed start> <li> <table> <tr> <td rowspan colspan> <th rowspan colspan> <thead> <tbody> <tfoot> <caption> <img src alt height width data-align>'
filter_html_help: true
filter_html_nofollow: false
filter_htmlcorrector:
Expand Down

0 comments on commit 7ac1c77

Please sign in to comment.