Skip to content

Commit

Permalink
Update configuration.rst
Browse files Browse the repository at this point in the history
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 ':'.
  • Loading branch information
ThomasBeloBeesCom authored Nov 20, 2023
1 parent cc19da6 commit c93f983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c93f983

Please sign in to comment.