Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

2 changes: 1 addition & 1 deletion src/Resources/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ twig:

liip_imagine:
loaders:
monsieurbiz_sylius_rich_editor:
sylius_image:
filesystem:
allow_unresolvable_data_roots: true
data_root:
Expand Down
4 changes: 1 addition & 3 deletions src/Resources/config/images.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
liip_imagine:
filter_sets:
monsieurbiz_rich_editor_uploaded_image:
data_loader: monsieurbiz_sylius_rich_editor
filters:
thumbnail: { size: [400, 400], mode: inset }
relative_resize: { widen: 32 }
monsieurbiz_rich_editor_image:
data_loader: monsieurbiz_sylius_rich_editor
monsieurbiz_rich_editor_image: ~
Loading