mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Change default Liip loader and resolver names
This commit is contained in:
parent
1a85f0199e
commit
e9100a4de3
2 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
liip_imagine:
|
||||
resolvers:
|
||||
default:
|
||||
sylius_image:
|
||||
web_path:
|
||||
web_root: "%kernel.project_dir%/public"
|
||||
cache_prefix: "media/cache"
|
||||
|
|
|
|||
|
|
@ -64,12 +64,14 @@ knp_gaufrette:
|
|||
adapter: "%sylius.uploader.filesystem%"
|
||||
|
||||
liip_imagine:
|
||||
cache: sylius_image
|
||||
data_loader: sylius_image
|
||||
loaders:
|
||||
default:
|
||||
sylius_image:
|
||||
filesystem:
|
||||
data_root: "%sylius_core.images_dir%"
|
||||
resolvers:
|
||||
default:
|
||||
sylius_image:
|
||||
web_path:
|
||||
web_root: "%sylius_core.public_dir%"
|
||||
cache_prefix: "media/cache"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue