-
-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate XML to PHP configuration #1941
Comments
I mean move SonataMediaBundle/src/DependencyInjection/Configuration.php Lines 526 to 555 in 9353e2f
Or instead class we can use service like: sonata_media:
resizer:
square:
service: sonata.media.resizer.base_square # will be alias by sonata.media.resizer.square Anyway move config from |
This config keys are just for customization, which is not supported by the crop resizer. We should remove all |
Closed by #1968 |
Feature Request
Migrate all configs under: https://github.com/sonata-project/SonataMediaBundle/tree/3.x/src/Resources/config
This tool can help: https://github.com/symplify/config-transformer
Ref: #1940 (comment)
The text was updated successfully, but these errors were encountered: