From 9993d511ecacb608f96d5323ea685e2a0bf4d11b Mon Sep 17 00:00:00 2001 From: actions-bot Date: Tue, 30 Jan 2024 09:24:20 +0000 Subject: [PATCH] Update configuration --- composer.lock | 12 ++++++------ conf/cmi/imagemagick.settings.yml | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 6b53ea72d..78d621e7f 100644 --- a/composer.lock +++ b/composer.lock @@ -3926,16 +3926,16 @@ }, { "name": "drupal/hdbt", - "version": "6.4.6", + "version": "6.4.7", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt.git", - "reference": "d5386975c98e7e34cf8a6793bdddd544ec961b25" + "reference": "d6ffca148dad1f451cb8f8c78e98b09a285776d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/d5386975c98e7e34cf8a6793bdddd544ec961b25", - "reference": "d5386975c98e7e34cf8a6793bdddd544ec961b25", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/d6ffca148dad1f451cb8f8c78e98b09a285776d9", + "reference": "d6ffca148dad1f451cb8f8c78e98b09a285776d9", "shasum": "" }, "require": { @@ -3953,10 +3953,10 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.4.6", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.4.7", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt/issues" }, - "time": "2024-01-30T07:23:26+00:00" + "time": "2024-01-30T09:21:40+00:00" }, { "name": "drupal/hdbt_admin", diff --git a/conf/cmi/imagemagick.settings.yml b/conf/cmi/imagemagick.settings.yml index e734cd540..6c8cb3052 100644 --- a/conf/cmi/imagemagick.settings.yml +++ b/conf/cmi/imagemagick.settings.yml @@ -6,11 +6,6 @@ path_to_binaries: '' prepend: '' log_warnings: true debug: false -advanced: - density: 0 - colorspace: '0' - profile: '' - coalesce: false image_formats: PNG: mime_type: image/png @@ -58,3 +53,8 @@ image_formats: ICO: mime_type: image/vnd.microsoft.icon enabled: false +advanced: + density: 0 + colorspace: '0' + profile: '' + coalesce: false