From a961e48da9604c6a8a262110e506f96a6e8ed52a Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 30 Apr 2025 15:01:14 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...add9160293d890cede7101d39afc4cf078960.json | 58 +++++++++++++++++++ index.json | 3 +- storyblok.symfony-bundle.1.2.json | 58 +++++++++++++++++++ 4 files changed, 119 insertions(+), 2 deletions(-) create mode 100644 archived/storyblok.symfony-bundle/fd3add9160293d890cede7101d39afc4cf078960.json create mode 100644 storyblok.symfony-bundle.1.2.json diff --git a/RECIPES.md b/RECIPES.md index 9b983486..b1a289fc 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -573,7 +573,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [stefandoorn/sitemap-plugin](https://packagist.org/packages/stefandoorn/sitemap-plugin) | [2.0](stefandoorn/sitemap-plugin/2.0) | | [stof/doctrine-extensions-bundle](https://packagist.org/packages/stof/doctrine-extensions-bundle) | [1.2](stof/doctrine-extensions-bundle/1.2) | | [stogon/unleash-bundle](https://packagist.org/packages/stogon/unleash-bundle) | [0.4](stogon/unleash-bundle/0.4) | -| [storyblok/symfony-bundle](https://packagist.org/packages/storyblok/symfony-bundle) | [0.1](storyblok/symfony-bundle/0.1) | +| [storyblok/symfony-bundle](https://packagist.org/packages/storyblok/symfony-bundle) | [1.2](storyblok/symfony-bundle/1.2) | | [sulu/article-bundle](https://packagist.org/packages/sulu/article-bundle) | [2.0](sulu/article-bundle/2.0) | | [sulu/form-bundle](https://packagist.org/packages/sulu/form-bundle) | [2.4](sulu/form-bundle/2.4) | | [sulu/headless-bundle](https://packagist.org/packages/sulu/headless-bundle) | [0.1](sulu/headless-bundle/0.1) | diff --git a/archived/storyblok.symfony-bundle/fd3add9160293d890cede7101d39afc4cf078960.json b/archived/storyblok.symfony-bundle/fd3add9160293d890cede7101d39afc4cf078960.json new file mode 100644 index 00000000..cb36a828 --- /dev/null +++ b/archived/storyblok.symfony-bundle/fd3add9160293d890cede7101d39afc4cf078960.json @@ -0,0 +1,58 @@ +{ + "manifests": { + "storyblok/symfony-bundle": { + "manifest": { + "bundles": { + "Storyblok\\Bundle\\StoryblokBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", + "STORYBLOK_API_TOKEN": "", + "#1": "STORYBLOK_VERSION=", + "#2": "STORYBLOK_ASSETS_API_TOKEN=", + "#3": "STORYBLOK_WEBHOOK_SECRET=" + } + }, + "files": { + "config/packages/storyblok.yaml": { + "contents": [ + "storyblok:", + " base_uri: '%env(STORYBLOK_API_BASE_URI)%'", + " token: '%env(STORYBLOK_API_TOKEN)%'", + " # version: '%env(STORYBLOK_VERSION)%'", + " # assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'", + " # webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%'", + " # auto_resolve_relations: true", + " # controller:", + " # ascending_redirect_fallback: true", + "", + "when@prod:", + " storyblok:", + " controller:", + " cache:", + " public: true", + " max_age: 3600", + " smax_age: 3600", + " must_revalidate: true", + "" + ], + "executable": false + }, + "config/routes/storyblok.yaml": { + "contents": [ + "storyblok:", + " resource: '@StoryblokBundle/config/routes.php'", + "" + ], + "executable": false + } + }, + "ref": "fd3add9160293d890cede7101d39afc4cf078960" + } + } +} diff --git a/index.json b/index.json index 7442c128..df28888d 100644 --- a/index.json +++ b/index.json @@ -1832,7 +1832,8 @@ "0.4" ], "storyblok/symfony-bundle": [ - "0.1" + "0.1", + "1.2" ], "sulu/article-bundle": [ "2.0" diff --git a/storyblok.symfony-bundle.1.2.json b/storyblok.symfony-bundle.1.2.json new file mode 100644 index 00000000..cb36a828 --- /dev/null +++ b/storyblok.symfony-bundle.1.2.json @@ -0,0 +1,58 @@ +{ + "manifests": { + "storyblok/symfony-bundle": { + "manifest": { + "bundles": { + "Storyblok\\Bundle\\StoryblokBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", + "STORYBLOK_API_TOKEN": "", + "#1": "STORYBLOK_VERSION=", + "#2": "STORYBLOK_ASSETS_API_TOKEN=", + "#3": "STORYBLOK_WEBHOOK_SECRET=" + } + }, + "files": { + "config/packages/storyblok.yaml": { + "contents": [ + "storyblok:", + " base_uri: '%env(STORYBLOK_API_BASE_URI)%'", + " token: '%env(STORYBLOK_API_TOKEN)%'", + " # version: '%env(STORYBLOK_VERSION)%'", + " # assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'", + " # webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%'", + " # auto_resolve_relations: true", + " # controller:", + " # ascending_redirect_fallback: true", + "", + "when@prod:", + " storyblok:", + " controller:", + " cache:", + " public: true", + " max_age: 3600", + " smax_age: 3600", + " must_revalidate: true", + "" + ], + "executable": false + }, + "config/routes/storyblok.yaml": { + "contents": [ + "storyblok:", + " resource: '@StoryblokBundle/config/routes.php'", + "" + ], + "executable": false + } + }, + "ref": "fd3add9160293d890cede7101d39afc4cf078960" + } + } +}