Skip to content

Commit

Permalink
DEVGUIDE-000 Added html pre tag to allowed html tags. (#37)
Browse files Browse the repository at this point in the history
* DEVGUIDE-000 Added html pre tag to allowed html tags.

Co-authored-by: Sherakama <sherakama@gmail.com>
  • Loading branch information
rebeccahongsf and sherakama authored Aug 19, 2020
1 parent 70e2b8d commit 5a807e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/install/filter.format.stanford_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ filters:
status: true
weight: -50
settings:
allowed_html: '<br> <em> <strong> <cite> <blockquote cite> <code> <ul type class> <ol start type class> <li class> <dl class> <dt> <dd class> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <a class href hreflang data-entity-substitution data-entity-type data-entity-uuid title name> <div class> <p class> <table> <caption> <tbody class> <thead> <tfoot> <th scope class> <td class> <tr> <sup> <sub> <i class> <hr> <drupal-media data-entity-type data-entity-uuid data-align data-caption data-* alt>'
allowed_html: '<br> <em> <strong> <cite> <blockquote cite> <pre class> <code data-* class> <ul type class> <ol start type class> <li class> <dl class> <dt> <dd class> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <a class href hreflang data-entity-substitution data-entity-type data-entity-uuid title name> <div class> <p class> <table> <caption> <tbody class> <thead> <tfoot> <th scope class> <td class> <tr> <sup> <sub> <i class> <hr> <drupal-media data-entity-type data-entity-uuid data-align data-caption data-* alt>'
filter_html_help: true
filter_html_nofollow: false
filter_htmlcorrector:
Expand Down

0 comments on commit 5a807e5

Please sign in to comment.