mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 20:36:36 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -637,7 +637,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [sonata-project/entity-audit-bundle](https://packagist.org/packages/sonata-project/entity-audit-bundle) | [1.1](../../../tree/main/sonata-project/entity-audit-bundle/1.1) |
|
||||
| [sonata-project/exporter](https://packagist.org/packages/sonata-project/exporter) | [2.4](../../../tree/main/sonata-project/exporter/2.4) |
|
||||
| [sonata-project/form-extensions](https://packagist.org/packages/sonata-project/form-extensions) | [1.4](../../../tree/main/sonata-project/form-extensions/1.4) |
|
||||
| [sonata-project/media-bundle](https://packagist.org/packages/sonata-project/media-bundle) | [4.0](../../../tree/main/sonata-project/media-bundle/4.0) |
|
||||
| [sonata-project/media-bundle](https://packagist.org/packages/sonata-project/media-bundle) | [4.19](../../../tree/main/sonata-project/media-bundle/4.19) |
|
||||
| [sonata-project/notification-bundle](https://packagist.org/packages/sonata-project/notification-bundle) | [3.4](../../../tree/main/sonata-project/notification-bundle/3.4) |
|
||||
| [sonata-project/page-bundle](https://packagist.org/packages/sonata-project/page-bundle) | [4.9](../../../tree/main/sonata-project/page-bundle/4.9) |
|
||||
| [sonata-project/translation-bundle](https://packagist.org/packages/sonata-project/translation-bundle) | [2.3](../../../tree/main/sonata-project/translation-bundle/2.3) |
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sonata-project/media-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sonata\\MediaBundle\\SonataMediaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"public/": "%PUBLIC_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sonata_media.yaml": {
|
||||
"contents": [
|
||||
"sonata_media:",
|
||||
" default_context: default",
|
||||
" contexts:",
|
||||
" default:",
|
||||
" providers:",
|
||||
" - sonata.media.provider.dailymotion",
|
||||
" - sonata.media.provider.youtube",
|
||||
" - sonata.media.provider.image",
|
||||
" - sonata.media.provider.file",
|
||||
" - sonata.media.provider.vimeo",
|
||||
"",
|
||||
" formats:",
|
||||
" small: { width: 100 , quality: 70}",
|
||||
" big: { width: 500 , quality: 70}",
|
||||
"",
|
||||
" cdn:",
|
||||
" server:",
|
||||
" path: /uploads/media",
|
||||
"",
|
||||
" filesystem:",
|
||||
" local:",
|
||||
" # Directory for uploads should be writable",
|
||||
" directory: \"%kernel.project_dir%/public/uploads/media\"",
|
||||
" create: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sonata_media.yaml": {
|
||||
"contents": [
|
||||
"sonata_media:",
|
||||
" resource: '@SonataMediaBundle/Resources/config/routing/media.php'",
|
||||
" type: php",
|
||||
" prefix: /media",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"public/uploads/media/.gitignore": {
|
||||
"contents": [
|
||||
"*",
|
||||
"!.gitignore",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "fa0c4e8ddc11b58c5d7efe61507c38d5b5ff0171"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -2047,7 +2047,8 @@
|
||||
],
|
||||
"sonata-project/media-bundle": [
|
||||
"3.13",
|
||||
"4.0"
|
||||
"4.0",
|
||||
"4.19"
|
||||
],
|
||||
"sonata-project/notification-bundle": [
|
||||
"3.4"
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sonata-project/media-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sonata\\MediaBundle\\SonataMediaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"public/": "%PUBLIC_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sonata_media.yaml": {
|
||||
"contents": [
|
||||
"sonata_media:",
|
||||
" default_context: default",
|
||||
" contexts:",
|
||||
" default:",
|
||||
" providers:",
|
||||
" - sonata.media.provider.dailymotion",
|
||||
" - sonata.media.provider.youtube",
|
||||
" - sonata.media.provider.image",
|
||||
" - sonata.media.provider.file",
|
||||
" - sonata.media.provider.vimeo",
|
||||
"",
|
||||
" formats:",
|
||||
" small: { width: 100 , quality: 70}",
|
||||
" big: { width: 500 , quality: 70}",
|
||||
"",
|
||||
" cdn:",
|
||||
" server:",
|
||||
" path: /uploads/media",
|
||||
"",
|
||||
" filesystem:",
|
||||
" local:",
|
||||
" # Directory for uploads should be writable",
|
||||
" directory: \"%kernel.project_dir%/public/uploads/media\"",
|
||||
" create: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sonata_media.yaml": {
|
||||
"contents": [
|
||||
"sonata_media:",
|
||||
" resource: '@SonataMediaBundle/Resources/config/routing/media.php'",
|
||||
" type: php",
|
||||
" prefix: /media",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"public/uploads/media/.gitignore": {
|
||||
"contents": [
|
||||
"*",
|
||||
"!.gitignore",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "fa0c4e8ddc11b58c5d7efe61507c38d5b5ff0171"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user