Skip to content
Snippets Groups Projects
Commit 83e54a8c authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-4773-ebremner-align-images-ckeditor' into '8.x-1.x'

ISTWCMS-4773: adding image align to standard text filter

See merge request !90
parents 741c85af c9c6d7c7
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:
id: filter_html
provider: filter
status: true
weight: -47
weight: -48
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>'
filter_html_help: true
......@@ -22,7 +22,7 @@ filters:
id: filter_htmlcorrector
provider: filter
status: true
weight: -48
weight: -49
settings: { }
filter_autop:
id: filter_autop
......@@ -47,7 +47,7 @@ filters:
id: filter_caption
provider: filter
status: true
weight: -46
weight: -47
settings: { }
filter_html_image_secure:
id: filter_html_image_secure
......@@ -64,8 +64,8 @@ filters:
filter_align:
id: filter_align
provider: filter
status: false
weight: -50
status: true
weight: -46
settings: { }
media_embed:
id: media_embed
......@@ -82,6 +82,6 @@ filters:
id: linkit
provider: linkit
status: true
weight: -49
weight: -50
settings:
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