From c93f9836b07e2e9288d94b430accf4d06ae383d1 Mon Sep 17 00:00:00 2001 From: ThomasBeloBeesCom <85883853+ThomasBeloBeesCom@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:55:40 +0100 Subject: [PATCH] Update configuration.rst I found a mistake in this default configuration. I have problem with the generation of thumbnail. When i try to replace 'liip_imagine.controller:filterAction' to liip_imagine.controller::filterAction that solve my problem. So i think it's need to have '::' and not ':'. --- Resources/doc/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/doc/configuration.rst b/Resources/doc/configuration.rst index c65dc75b..36ce79e3 100644 --- a/Resources/doc/configuration.rst +++ b/Resources/doc/configuration.rst @@ -40,8 +40,8 @@ The default configuration for the bundle looks like this: filters: [] post_processors: [] controller: - filter_action: liip_imagine.controller:filterAction - filter_runtime_action: liip_imagine.controller:filterRuntimeAction + filter_action: liip_imagine.controller::filterAction + filter_runtime_action: liip_imagine.controller::filterRuntimeAction redirect_response_code: 302 webp: generate: false