Skip to content
Snippets Groups Projects
Commit 6438e67d authored by Igor Biki's avatar Igor Biki
Browse files

Merge branch 'feature/ISTWCMS-5161-l26yan-Add-linkIt-data-attributes-to-allowed-html' into '1.0.x'

ISTWCMS-5161 Add link it data attributes to allowed html

See merge request !164
parents 7ac25698 d1b2f848
No related branches found
No related tags found
1 merge request!164ISTWCMS-5161 Add link it data attributes to allowed html
prefixes: prefixes:
- 'drupal' - drupal
- 'wcms' - wcms
...@@ -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 title> <acronym title> <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>' allowed_html: '<a class data-entity-substitution data-entity-type data-entity-uuid download href hreflang id name rel rev> <abbr title> <acronym title> <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:
......
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
config:
- core.entity_view_mode.media.uw_vm_standard_image
module: module:
- editor - editor
- linkit - linkit
......
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
config:
- core.entity_view_mode.media.uw_vm_standard_image
module: module:
- editor - editor
- linkit - linkit
...@@ -15,7 +17,7 @@ filters: ...@@ -15,7 +17,7 @@ filters:
status: true status: true
weight: -48 weight: -48
settings: settings:
allowed_html: '<a class download href hreflang id name rel rev> <abbr title> <acronym title> <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-height data-view-mode data-width 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>' allowed_html: '<a class data-entity-substitution data-entity-type data-entity-uuid download href hreflang id name rel rev> <abbr title> <acronym title> <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-height data-view-mode data-width 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: false filter_html_nofollow: false
filter_htmlcorrector: filter_htmlcorrector:
......
...@@ -3,6 +3,7 @@ description: 'Configuration for all common WCMS' ...@@ -3,6 +3,7 @@ description: 'Configuration for all common WCMS'
type: module type: module
core_version_requirement: '^8.9 || ^9' core_version_requirement: '^8.9 || ^9'
dependencies: dependencies:
- 'composer_deploy:composer_deploy'
- 'drupal:better_exposed_filters' - 'drupal:better_exposed_filters'
- 'drupal:block_content' - 'drupal:block_content'
- 'drupal:block_list_override' - 'drupal:block_list_override'
...@@ -49,4 +50,4 @@ dependencies: ...@@ -49,4 +50,4 @@ dependencies:
- 'metatag:metatag_extended_perms' - 'metatag:metatag_extended_perms'
- 'quick_node_clone:quick_node_clone' - 'quick_node_clone:quick_node_clone'
- 'subpathauto:subpathauto' - 'subpathauto:subpathauto'
- 'uw_cfg_common:uw_cfg_common' - 'uw_media:uw_media'
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