Skip to content
Snippets Groups Projects
Commit c9c6d7c7 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4773: adding image align to standard text filter

parent 741c85af
No related branches found
No related tags found
1 merge request!90ISTWCMS-4773: adding image align to standard text filter
...@@ -13,7 +13,7 @@ filters: ...@@ -13,7 +13,7 @@ filters:
id: filter_html id: filter_html
provider: filter provider: filter
status: true status: true
weight: -47 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 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
...@@ -22,7 +22,7 @@ filters: ...@@ -22,7 +22,7 @@ filters:
id: filter_htmlcorrector id: filter_htmlcorrector
provider: filter provider: filter
status: true status: true
weight: -48 weight: -49
settings: { } settings: { }
filter_autop: filter_autop:
id: filter_autop id: filter_autop
...@@ -47,7 +47,7 @@ filters: ...@@ -47,7 +47,7 @@ filters:
id: filter_caption id: filter_caption
provider: filter provider: filter
status: true status: true
weight: -46 weight: -47
settings: { } settings: { }
filter_html_image_secure: filter_html_image_secure:
id: filter_html_image_secure id: filter_html_image_secure
...@@ -64,8 +64,8 @@ filters: ...@@ -64,8 +64,8 @@ filters:
filter_align: filter_align:
id: filter_align id: filter_align
provider: filter provider: filter
status: false status: true
weight: -50 weight: -46
settings: { } settings: { }
media_embed: media_embed:
id: media_embed id: media_embed
...@@ -82,6 +82,6 @@ filters: ...@@ -82,6 +82,6 @@ filters:
id: linkit id: linkit
provider: linkit provider: linkit
status: true status: true
weight: -49 weight: -50
settings: settings:
title: true title: true
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