Initial Drupal 11 with DDEV setup
This commit is contained in:
11
web/core/modules/image/image.services.yml
Normal file
11
web/core/modules/image/image.services.yml
Normal file
@ -0,0 +1,11 @@
|
||||
services:
|
||||
_defaults:
|
||||
autoconfigure: true
|
||||
path_processor.image_styles:
|
||||
class: Drupal\image\PathProcessor\PathProcessorImageStyles
|
||||
arguments: ['@stream_wrapper_manager']
|
||||
tags:
|
||||
- { name: path_processor_inbound, priority: 300 }
|
||||
plugin.manager.image.effect:
|
||||
class: Drupal\image\ImageEffectManager
|
||||
parent: default_plugin_manager
|
||||
Reference in New Issue
Block a user