From 0d27d2f830a391b162a482ea06b217b8eb41973a Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 21 Sep 2026 14:35:58 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...c4e8ddc11b58c5d7efe61507c38d5b5ff0171.json | 68 +++++++++++++++++++ index.json | 3 +- sonata-project.media-bundle.4.19.json | 68 +++++++++++++++++++ 4 files changed, 139 insertions(+), 2 deletions(-) create mode 100644 archived/sonata-project.media-bundle/fa0c4e8ddc11b58c5d7efe61507c38d5b5ff0171.json create mode 100644 sonata-project.media-bundle.4.19.json diff --git a/RECIPES.md b/RECIPES.md index a0f58145..035b1137 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/sonata-project.media-bundle/fa0c4e8ddc11b58c5d7efe61507c38d5b5ff0171.json b/archived/sonata-project.media-bundle/fa0c4e8ddc11b58c5d7efe61507c38d5b5ff0171.json new file mode 100644 index 00000000..bca7fb29 --- /dev/null +++ b/archived/sonata-project.media-bundle/fa0c4e8ddc11b58c5d7efe61507c38d5b5ff0171.json @@ -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" + } + } +} diff --git a/index.json b/index.json index ff7dba0a..7312d12d 100644 --- a/index.json +++ b/index.json @@ -2047,7 +2047,8 @@ ], "sonata-project/media-bundle": [ "3.13", - "4.0" + "4.0", + "4.19" ], "sonata-project/notification-bundle": [ "3.4" diff --git a/sonata-project.media-bundle.4.19.json b/sonata-project.media-bundle.4.19.json new file mode 100644 index 00000000..bca7fb29 --- /dev/null +++ b/sonata-project.media-bundle.4.19.json @@ -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" + } + } +}