Skip to content

Commit

Permalink
VOTE-3081 Remove underline, text-align from allowed tags (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiraMSadat authored Nov 19, 2024
1 parent 8733cac commit 7958a1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions config/sync/editor.editor.basic_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ settings:
items:
- bold
- italic
- underline
- heading
- style
- removeFormat
Expand All @@ -22,7 +21,6 @@ settings:
- numberedList
- indent
- outdent
- alignment
- '|'
- horizontalLine
- link
Expand Down
2 changes: 1 addition & 1 deletion config/sync/filter.format.basic_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<br> <p class="usa-intro text-align-left text-align-center text-align-right"> <h2 id class> <h3 class> <h4 class="text-align-left text-align-center text-align-right"> <h5 class="text-align-left text-align-center text-align-right"> <h6 class="text-align-left text-align-center text-align-right"> <a class href aria-label title target="_blank" rel> <div id class data-allow-multiple> <button type class aria-expanded aria-controls> <img src alt height width> <strong> <em> <u> <ul class> <ol> <li class> <hr> <drupal-media data-entity-type data-entity-uuid alt> <embedded-content data-plugin-config data-plugin-id>'
allowed_html: '<br> <p class="usa-intro"> <h2 id class> <h3 class> <h4> <h5> <h6> <a class href aria-label title target="_blank" rel> <div id class data-allow-multiple> <button type class aria-expanded aria-controls> <img src alt height width> <strong> <em> <ul class> <ol> <li class> <hr> <drupal-media data-entity-type data-entity-uuid alt> <embedded-content data-plugin-config data-plugin-id>'
filter_html_help: true
filter_html_nofollow: false
media_embed:
Expand Down

0 comments on commit 7958a1b

Please sign in to comment.