From b4ac9ba583ef90f1c69f48c844e3a93cde52903c Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 6 May 2025 08:00:22 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...662734e8e5de146147626a918e803ae3fbb15.json | 61 +++++++++++++++++++ index.json | 3 +- storyblok.symfony-bundle.1.3.json | 61 +++++++++++++++++++ 4 files changed, 125 insertions(+), 2 deletions(-) create mode 100644 archived/storyblok.symfony-bundle/ead662734e8e5de146147626a918e803ae3fbb15.json create mode 100644 storyblok.symfony-bundle.1.3.json diff --git a/RECIPES.md b/RECIPES.md index d51e85c0..33184028 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -574,7 +574,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) | [1.2](storyblok/symfony-bundle/1.2) | +| [storyblok/symfony-bundle](https://packagist.org/packages/storyblok/symfony-bundle) | [1.3](storyblok/symfony-bundle/1.3) | | [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/ead662734e8e5de146147626a918e803ae3fbb15.json b/archived/storyblok.symfony-bundle/ead662734e8e5de146147626a918e803ae3fbb15.json new file mode 100644 index 00000000..e69e540b --- /dev/null +++ b/archived/storyblok.symfony-bundle/ead662734e8e5de146147626a918e803ae3fbb15.json @@ -0,0 +1,61 @@ +{ + "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_webhook:", + " resource: '@StoryblokBundle/config/routes/webhook.php'", + "", + "storyblok_content_type:", + " resource: '@StoryblokBundle/config/routes/content_type.php'", + "" + ], + "executable": false + } + }, + "ref": "ead662734e8e5de146147626a918e803ae3fbb15" + } + } +} diff --git a/index.json b/index.json index ca372eea..a4d008b6 100644 --- a/index.json +++ b/index.json @@ -1836,7 +1836,8 @@ ], "storyblok/symfony-bundle": [ "0.1", - "1.2" + "1.2", + "1.3" ], "sulu/article-bundle": [ "2.0" diff --git a/storyblok.symfony-bundle.1.3.json b/storyblok.symfony-bundle.1.3.json new file mode 100644 index 00000000..e69e540b --- /dev/null +++ b/storyblok.symfony-bundle.1.3.json @@ -0,0 +1,61 @@ +{ + "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_webhook:", + " resource: '@StoryblokBundle/config/routes/webhook.php'", + "", + "storyblok_content_type:", + " resource: '@StoryblokBundle/config/routes/content_type.php'", + "" + ], + "executable": false + } + }, + "ref": "ead662734e8e5de146147626a918e803ae3fbb15" + } + } +}