diff --git a/softspring/media-bundle/5.2/config/packages/sfs_media.yaml b/softspring/media-bundle/5.2/config/packages/sfs_media.yaml new file mode 100644 index 00000000..e8950b79 --- /dev/null +++ b/softspring/media-bundle/5.2/config/packages/sfs_media.yaml @@ -0,0 +1,10 @@ +imports: + - { resource: '@SfsMediaBundle/config/security/admin_role_hierarchy.yaml' } + +sfs_media: + driver: filesystem + filesystem: + path: '%kernel.project_dir%/public/media' + url: '/media' + media: + admin_controller: true diff --git a/softspring/media-bundle/5.2/manifest.json b/softspring/media-bundle/5.2/manifest.json new file mode 100644 index 00000000..6a39a5f3 --- /dev/null +++ b/softspring/media-bundle/5.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Softspring\\MediaBundle\\SfsMediaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "config/" + } +} diff --git a/softspring/media-bundle/5.2/post-install.txt b/softspring/media-bundle/5.2/post-install.txt new file mode 100644 index 00000000..f839b87c --- /dev/null +++ b/softspring/media-bundle/5.2/post-install.txt @@ -0,0 +1,2 @@ + * The SfsMediaBundle is ready to use. + * Read the documentation at https://github.com/softspring/media-bundle/blob/5.2/README.md