Skip to content
Snippets Groups Projects
Commit ec410937 authored by Kevin Paxman's avatar Kevin Paxman Committed by Liam Morland
Browse files

Increase support for class and id attributes

There doesn't seem to be a way to allow it globally.
parent 9ebb10e0
No related branches found
No related tags found
1 merge request!87Text format cleanup
...@@ -21,7 +21,7 @@ filters: ...@@ -21,7 +21,7 @@ filters:
status: true status: true
weight: -46 weight: -46
settings: settings:
allowed_html: '<a class download href hreflang id name rel rev> <abbr/acronym> <address> <b> <blockquote> <br> <caption> <cite> <code> <col span width> <colgroup span width> <dd> <del> <dfn> <div class id lang> <dl> <dt> <em> <h2> <h3> <h4> <h5> <h6> <hr> <i> <img alt height longdesc src width> <ins> <kbd> <li value> <ol start> <p class> <pre> <s> <samp> <span class> <strike> <strong> <sub> <sup> <table width> <tbody> <td abbr axis colspan headers rowspan scope width> <tfoot> <th abbr axis colspan headers rowspan scope width> <thead> <tr> <ul> <var>' allowed_html: '<a class download href hreflang id name rel rev> <abbr/acronym> <address> <b> <blockquote> <br> <caption> <cite> <code> <col span width> <colgroup span width> <dd> <del> <dfn> <div class id lang> <dl> <dt> <em> <h2 class id> <h3 class id> <h4 class id> <h5 class id> <h6 class id> <hr> <i> <img alt height longdesc src width> <ins> <kbd> <li value> <ol start> <p class> <pre> <s> <samp> <span class> <strike> <strong> <sub> <sup> <table class id width> <tbody> <td abbr axis colspan headers rowspan scope width> <tfoot> <th abbr axis colspan headers rowspan scope width> <thead> <tr> <ul> <var>'
filter_html_help: true filter_html_help: true
filter_html_nofollow: false filter_html_nofollow: false
editor_file_reference: editor_file_reference:
......
...@@ -15,7 +15,7 @@ filters: ...@@ -15,7 +15,7 @@ filters:
status: true status: true
weight: -46 weight: -46
settings: settings:
allowed_html: '<a class download href hreflang id name rel rev> <abbr/acronym> <address> <b> <blockquote> <br> <caption> <cite> <code> <col span width> <colgroup span width> <dd> <del> <dfn> <div class id lang> <dl> <drupal-media alt data-align data-caption data-entity-type data-entity-uuid data-view-mode title> <dt> <em> <footer> <h2> <h3> <h4> <h5> <h6> <hr> <i> <img alt height longdesc src width> <ins> <kbd> <li value> <ol start> <p class> <pre> <s> <samp> <span class> <strike> <strong> <sub> <sup> <table width> <tbody> <td abbr axis colspan headers rowspan scope width> <tfoot> <th abbr axis colspan headers rowspan scope width> <thead> <tr> <ul> <var>' allowed_html: '<a class download href hreflang id name rel rev> <abbr/acronym> <address> <b> <blockquote> <br> <caption> <cite> <code> <col span width> <colgroup span width> <dd> <del> <dfn> <div class id lang> <dl> <drupal-media alt data-align data-caption data-entity-type data-entity-uuid data-view-mode title> <dt> <em> <footer> <h2 class id> <h3 class id> <h4 class id> <h5 class id> <h6 class id> <hr> <i> <img alt height longdesc src width> <ins> <kbd> <li value> <ol start> <p class> <pre> <s> <samp> <span class> <strike> <strong> <sub> <sup> <table class id width> <tbody> <td abbr axis colspan headers rowspan scope width> <tfoot> <th abbr axis colspan headers rowspan scope width> <thead> <tr> <ul> <var>'
filter_html_help: true filter_html_help: true
filter_html_nofollow: true filter_html_nofollow: true
filter_htmlcorrector: filter_htmlcorrector:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment