Skip to content

Commit

Permalink
fix: placeholder provider config
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian ALEXANDRE committed May 26, 2023
1 parent 7cf6b9f commit 6234bcc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/bundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,12 @@ services:
$converters: !tagged ez_enhanced_image_asset.field_value_converter

Novactive\EzEnhancedImageAsset\Imagine\ChainPlaceholderProvider:
arguments:
$providerRegistry: '@ibexa.image_alias.imagine.placeholder_provider.registry'
tags:
- { name: 'ibexa.placeholder_provider', type: 'chain_provider' }
- { name: 'ibexa.media.images.placeholder.provider', type: 'chain_provider' }

Novactive\EzEnhancedImageAsset\Imagine\PlaceholderProvider\RemoteProvider:
tags:
- { name: 'ibexa.placeholder_provider', type: 'enhanced_remote' }
- { name: 'ibexa.media.images.placeholder.provider', type: 'enhanced_remote' }

Novactive\EzEnhancedImageAsset\Imagine\AliasDirectoryVariationPathGenerator:
decorates: Ibexa\Bundle\Core\Imagine\VariationPathGenerator\AliasDirectoryVariationPathGenerator

0 comments on commit 6234bcc

Please sign in to comment.