From 2eb115004e4e0af6d7882acb02484e3d9f51543e Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 30 Jan 2026 16:03:57 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...be2db4409c5999231bde10c5e0cf83692fc40.json | 105 ++++++++++++++++++ index.json | 3 +- storyblok.symfony-bundle.1.16.json | 105 ++++++++++++++++++ 4 files changed, 213 insertions(+), 2 deletions(-) create mode 100644 archived/storyblok.symfony-bundle/542be2db4409c5999231bde10c5e0cf83692fc40.json create mode 100644 storyblok.symfony-bundle.1.16.json diff --git a/RECIPES.md b/RECIPES.md index 14410166..f29b4131 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.14](storyblok/symfony-bundle/1.14) | +| [storyblok/symfony-bundle](https://packagist.org/packages/storyblok/symfony-bundle) | [1.16](storyblok/symfony-bundle/1.16) | | [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/542be2db4409c5999231bde10c5e0cf83692fc40.json b/archived/storyblok.symfony-bundle/542be2db4409c5999231bde10c5e0cf83692fc40.json new file mode 100644 index 00000000..63159282 --- /dev/null +++ b/archived/storyblok.symfony-bundle/542be2db4409c5999231bde10c5e0cf83692fc40.json @@ -0,0 +1,105 @@ +{ + "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", + " etag: true", + " max_age: 3600", + " smax_age: 3600", + " must_revalidate: true", + "", + " cdn:", + " cache:", + " public: true", + " etag: 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": [ + "", + "", + "
", + " ", + "