Skip to content

Commit

Permalink
fix(shs-5941): revert incorrectly exported text format and filter config
Browse files Browse the repository at this point in the history
  • Loading branch information
cienvaras committed Jan 6, 2025
1 parent c1fe8cd commit aaf106a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions config/default/editor.editor.basic_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,19 @@ settings:
- '<div role id aria-* class>'
- '<span class>'
- '<blockquote cite>'
- '<ul type id>'
- '<ol type id>'
- '<ul type class id>'
- '<ol type class id>'
- '<h2 id class>'
- '<h3 id class>'
- '<h4 id class>'
- '<h5 id class>'
- '<h6 id class>'
- '<th scope>'
- '<a name hreflang>'
- '<caption class>'
- '<tbody class>'
- '<th scope class>'
- '<td class>'
- '<table class>'
- '<a name target hreflang>'
- '<drupal-media data-* title>'
- '<p id class>'
ckeditor5_style:
Expand Down
4 changes: 2 additions & 2 deletions config/default/editor.editor.basic_html_without_media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ settings:
- '<div role id aria-* class>'
- '<span class>'
- '<blockquote cite>'
- '<ul type id>'
- '<ol type id>'
- '<ul type class id>'
- '<ol type class id>'
- '<h2 id class>'
- '<h3 id class>'
- '<h4 id class>'
Expand Down
2 changes: 1 addition & 1 deletion config/default/filter.format.basic_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ filters:
status: true
weight: -50
settings:
allowed_html: '<a id target rel class="ck-anchor hs-button hs-button--big hs-secondary-button hs-more-link hs-external-link hs-file-link hs-pdf-link hs-private-link" name hreflang href title data-entity-type data-entity-uuid data-entity-substitution> <br> <p class id> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <h6 id class> <span class> <table class="hs-table--borderless"> <b> <cite> <dl> <dt> <dd> <i class> <img src alt data-entity-type data-entity-uuid data-align data-caption width height class> <drupal-entity data-entity-type data-entity-uuid data-entity-embed-display data-entity-embed-display-settings data-align data-caption data-embed-button alt title class> <div role id aria-* class> <blockquote cite> <ul type id> <ol type id start> <th scope rowspan colspan> <drupal-media data-* title alt> <strong> <em> <li> <hr> <tr> <td rowspan colspan> <thead> <tbody> <tfoot> <caption>'
allowed_html: '<a id target rel class="ck-anchor hs-button hs-button--big hs-secondary-button hs-more-link hs-external-link hs-file-link hs-pdf-link hs-private-link" name hreflang href title data-entity-type data-entity-uuid data-entity-substitution> <br> <p class id> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <h6 id class> <span class> <table class> <b> <cite> <dl> <dt> <dd> <i class> <img src alt data-entity-type data-entity-uuid data-align data-caption width height class> <drupal-entity data-entity-type data-entity-uuid data-entity-embed-display data-entity-embed-display-settings data-align data-caption data-embed-button alt title class> <div role id aria-* class> <blockquote cite> <ul type class id> <ol type class id start> <th scope class rowspan colspan> <drupal-media data-* title alt> <strong> <em> <li> <hr> <tr> <td class rowspan colspan> <thead> <tbody class> <tfoot> <caption class>'
filter_html_help: true
filter_html_nofollow: false
filter_html_escape:
Expand Down
2 changes: 1 addition & 1 deletion config/default/filter.format.basic_html_without_media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<a id target rel class="ck-anchor hs-button hs-button--big hs-secondary-button hs-more-link hs-external-link hs-file-link hs-pdf-link hs-private-link" name hreflang href title> <br> <p class id> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <h6 id class> <span class> <table class="hs-table--borderless"> <b> <cite> <dl> <dt> <dd> <i class> <img src alt data-entity-type data-entity-uuid data-align data-caption width height class> <div role id aria-* class> <blockquote cite> <ul type id> <ol type id start> <th scope rowspan colspan> <strong> <em> <code> <li> <hr> <tr> <td rowspan colspan> <thead> <tbody> <tfoot> <caption>'
allowed_html: '<a id target rel class="ck-anchor hs-button hs-button--big hs-secondary-button hs-more-link hs-external-link hs-file-link hs-pdf-link hs-private-link" name hreflang href title> <br> <p class id> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <h6 id class> <span class> <table class> <b> <cite> <dl> <dt> <dd> <i class> <img src alt data-entity-type data-entity-uuid data-align data-caption width height class> <div role id aria-* class> <blockquote cite> <ul type class id> <ol type class id start> <th scope class rowspan colspan> <strong> <em> <code> <li> <hr> <tr> <td class rowspan colspan> <thead> <tbody class> <tfoot> <caption class>'
filter_html_help: true
filter_html_nofollow: false
filter_htmlcorrector:
Expand Down

0 comments on commit aaf106a

Please sign in to comment.