fix(jolicode/media-bundle): Fix joli media indentation#1998
Merged
symfony-recipes-bot merged 1 commit intoJun 10, 2026
Conversation
9209e05 to
b90d199
Compare
Collaborator
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. jolicode/media-bundle0.1 vs 0.4diff --git a/jolicode/media-bundle/0.1/config/packages/joli_media.yaml b/jolicode/media-bundle/0.4/config/packages/joli_media.yaml
index 80cb254c..76490b82 100644
--- a/jolicode/media-bundle/0.1/config/packages/joli_media.yaml
+++ b/jolicode/media-bundle/0.4/config/packages/joli_media.yaml
@@ -1,21 +1,25 @@
+# Uncomment the following lines to enable the Sylius bridge configuration
+#imports:
+# - { resource: '@JoliMediaSyliusBundle/config/app.php' }
+
# See the documentation for all available configuration options
joli_media:
# Configure a media library below. See the documentation for all available options
# at https://mediabundle.jolicode.com/getting-started/configuration/#configuration
- # libraries:
- # default:
- # original:
- # flysystem: "filesystem.original.storage"
- # url_generator:
- # strategy: folder
- # path: /media/original/
- # cache:
- # flysystem: "filesystem.cache.storage"
- # must_store_when_generating_url: false
- # url_generator:
- # strategy: folder
- # path: /media/cache/
+ #libraries:
+ # default:
+ # original:
+ # flysystem: "filesystem.original.storage"
+ # url_generator:
+ # strategy: folder
+ # path: /media/original/
+ # cache:
+ # flysystem: "filesystem.cache.storage"
+ # must_store_when_generating_url: false
+ # url_generator:
+ # strategy: folder
+ # path: /media/cache/
pre_processors:
- JoliCode\MediaBundle\PreProcessor\ExifRemovalPreProcessor
diff --git a/jolicode/media-bundle/0.1/config/routes/joli_media.yaml b/jolicode/media-bundle/0.4/config/routes/joli_media.yaml
index da01f2dc..83e17376 100644
--- a/jolicode/media-bundle/0.1/config/routes/joli_media.yaml
+++ b/jolicode/media-bundle/0.4/config/routes/joli_media.yaml
@@ -2,11 +2,16 @@ _joli_media:
resource: "@JoliMediaBundle/config/routes.php"
# Uncomment the following lines to enable the EasyAdmin bridge routes
-# _joli_media_easy_admin:
-# resource: "@JoliMediaEasyAdminBundle/src/Controller/"
-# prefix: /admin/media
+#_joli_media_easy_admin:
+# resource: "@JoliMediaEasyAdminBundle/src/Controller/"
+# prefix: /admin/media
# Uncomment the following lines to enable the Sonata Admin bridge routes
-# _joli_media_sonata_admin:
-# resource: "@JoliMediaSonataAdminBundle/src/Controller/"
-# prefix: /admin/media
+#_joli_media_sonata_admin:
+# resource: "@JoliMediaSonataAdminBundle/src/Controller/"
+# prefix: /admin/media
+
+# Uncomment the following lines to enable the Sylius bridge routes
+#_joli_media_sylius_admin:
+# resource: "@JoliMediaSyliusBundle/src/Admin/Controller/"
+# prefix: /admin/media |
loic425
commented
Jun 10, 2026
| # url_generator: | ||
| # strategy: folder | ||
| # path: /media/cache/ | ||
| #libraries: |
Contributor
Author
There was a problem hiding this comment.
if fixes the indentation while uncommenting the block with PHPStorm.
diimpp
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.