From f0cd4db892eee1a9fa1d61e7cebe1eb0d38b7c4b Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 23 Jan 2026 15:35:23 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...341ecc0b8e3c69f6a343252ba7ada144af127.json | 103 ++++++++++++++++++ index.json | 3 +- storyblok.symfony-bundle.1.14.json | 103 ++++++++++++++++++ 4 files changed, 209 insertions(+), 2 deletions(-) create mode 100644 archived/storyblok.symfony-bundle/5d8341ecc0b8e3c69f6a343252ba7ada144af127.json create mode 100644 storyblok.symfony-bundle.1.14.json diff --git a/RECIPES.md b/RECIPES.md index 111c8ccf..f62e928b 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -610,7 +610,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.5](storyblok/symfony-bundle/1.5) | +| [storyblok/symfony-bundle](https://packagist.org/packages/storyblok/symfony-bundle) | [1.14](storyblok/symfony-bundle/1.14) | | [stripe/stripe-php](https://packagist.org/packages/stripe/stripe-php) | [19.0](stripe/stripe-php/19.0) | | [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) | diff --git a/archived/storyblok.symfony-bundle/5d8341ecc0b8e3c69f6a343252ba7ada144af127.json b/archived/storyblok.symfony-bundle/5d8341ecc0b8e3c69f6a343252ba7ada144af127.json new file mode 100644 index 00000000..7d0696d9 --- /dev/null +++ b/archived/storyblok.symfony-bundle/5d8341ecc0b8e3c69f6a343252ba7ada144af127.json @@ -0,0 +1,103 @@ +{ + "manifests": { + "storyblok/symfony-bundle": { + "manifest": { + "bundles": { + "Storyblok\\Bundle\\StoryblokBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "templates/": "templates/" + }, + "env": { + "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", + "STORYBLOK_API_TOKEN": "", + "STORYBLOK_VERSION": "draft", + "STORYBLOK_CDN_STORAGE_PATH": "%kernel.project_dir%/var/cdn", + "#1": "STORYBLOK_ASSETS_API_TOKEN=", + "#2": "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", + " # auto_resolve_links: true", + " # controller:", + " # ascending_redirect_fallback: true", + "", + " cdn:", + " storage:", + " type: filesystem", + " path: '%env(resolve:STORYBLOK_CDN_STORAGE_PATH)%'", + "", + "when@prod:", + " storyblok:", + " controller:", + " cache:", + " public: true", + " max_age: 3600", + " smax_age: 3600", + " must_revalidate: true", + "", + " cdn:", + " cache:", + " public: true", + " max_age: 604800", + " smax_age: 604800", + "" + ], + "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'", + "", + "storyblok_cdn:", + " resource: '@StoryblokBundle/config/routes/cdn.php'", + "" + ], + "executable": false + }, + "templates/base.html.twig": { + "contents": [ + "", + "", + "
", + " ", + "