From c9c6d7c75592b66e378e3fc06d75b74188dd1590 Mon Sep 17 00:00:00 2001 From: ebremner <ebremner@uwaterloo.ca> Date: Thu, 22 Apr 2021 16:21:32 -0400 Subject: [PATCH] ISTWCMS-4773: adding image align to standard text filter --- config/install/filter.format.uw_tf_standard.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/install/filter.format.uw_tf_standard.yml b/config/install/filter.format.uw_tf_standard.yml index e8ad0e66..622db72a 100644 --- a/config/install/filter.format.uw_tf_standard.yml +++ b/config/install/filter.format.uw_tf_standard.yml @@ -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 -- GitLab