From 9b8a0768d0f2837c58c7bc6698064e38bb7061b3 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 15 May 2025 00:42:56 +0000 Subject: [PATCH] Update Flex endpoint --- 21torr.storyblok.3.15.json | 43 +++++++++++++++++++ RECIPES.md | 2 +- ...917dd387f456e7c08c433b4922cf2db51ca1c.json | 43 +++++++++++++++++++ index.json | 3 +- 4 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 21torr.storyblok.3.15.json create mode 100644 archived/21torr.storyblok/5b1917dd387f456e7c08c433b4922cf2db51ca1c.json diff --git a/21torr.storyblok.3.15.json b/21torr.storyblok.3.15.json new file mode 100644 index 00000000..3fbd0128 --- /dev/null +++ b/21torr.storyblok.3.15.json @@ -0,0 +1,43 @@ +{ + "manifests": { + "21torr/storyblok": { + "manifest": { + "bundles": { + "Torr\\Storyblok\\TorrStoryblokBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_SPACE_ID": "", + "STORYBLOK_MANAGEMENT_TOKEN": "", + "STORYBLOK_CONTENT_TOKEN": "" + } + }, + "files": { + "config/packages/storyblok.yaml": { + "contents": [ + "storyblok:", + " space_id: \"%env(int:STORYBLOK_SPACE_ID)%\"", + " management_token: \"%env(STORYBLOK_MANAGEMENT_TOKEN)%\"", + " content_token: \"%env(STORYBLOK_CONTENT_TOKEN)%\"", + "" + ], + "executable": false + }, + "config/routes/storyblok.yaml": { + "contents": [ + "storyblok:", + " prefix: /storyblok/", + " resource: '@TorrStoryblokBundle/config/routes.yaml'", + "" + ], + "executable": false + } + }, + "ref": "5b1917dd387f456e7c08c433b4922cf2db51ca1c" + } + } +} diff --git a/RECIPES.md b/RECIPES.md index 7e0e8e20..90ff67c8 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -5,7 +5,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | Package | Latest Recipe | | --- | --- | | [21torr/hosting](https://packagist.org/packages/21torr/hosting) | [3.2](21torr/hosting/3.2) | -| [21torr/storyblok](https://packagist.org/packages/21torr/storyblok) | [3.0](21torr/storyblok/3.0) | +| [21torr/storyblok](https://packagist.org/packages/21torr/storyblok) | [3.15](21torr/storyblok/3.15) | | [21torr/task-manager](https://packagist.org/packages/21torr/task-manager) | [2.0](21torr/task-manager/2.0) | | [abel/keycloak-bearer-only-adapter-bundle](https://packagist.org/packages/abel/keycloak-bearer-only-adapter-bundle) | [1.0](abel/keycloak-bearer-only-adapter-bundle/1.0) | | [ablaise/meteion-bundle](https://packagist.org/packages/ablaise/meteion-bundle) | [1.0](ablaise/meteion-bundle/1.0) | diff --git a/archived/21torr.storyblok/5b1917dd387f456e7c08c433b4922cf2db51ca1c.json b/archived/21torr.storyblok/5b1917dd387f456e7c08c433b4922cf2db51ca1c.json new file mode 100644 index 00000000..3fbd0128 --- /dev/null +++ b/archived/21torr.storyblok/5b1917dd387f456e7c08c433b4922cf2db51ca1c.json @@ -0,0 +1,43 @@ +{ + "manifests": { + "21torr/storyblok": { + "manifest": { + "bundles": { + "Torr\\Storyblok\\TorrStoryblokBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_SPACE_ID": "", + "STORYBLOK_MANAGEMENT_TOKEN": "", + "STORYBLOK_CONTENT_TOKEN": "" + } + }, + "files": { + "config/packages/storyblok.yaml": { + "contents": [ + "storyblok:", + " space_id: \"%env(int:STORYBLOK_SPACE_ID)%\"", + " management_token: \"%env(STORYBLOK_MANAGEMENT_TOKEN)%\"", + " content_token: \"%env(STORYBLOK_CONTENT_TOKEN)%\"", + "" + ], + "executable": false + }, + "config/routes/storyblok.yaml": { + "contents": [ + "storyblok:", + " prefix: /storyblok/", + " resource: '@TorrStoryblokBundle/config/routes.yaml'", + "" + ], + "executable": false + } + }, + "ref": "5b1917dd387f456e7c08c433b4922cf2db51ca1c" + } + } +} diff --git a/index.json b/index.json index da4bbdb4..85a4031a 100644 --- a/index.json +++ b/index.json @@ -6,7 +6,8 @@ "3.2" ], "21torr/storyblok": [ - "3.0" + "3.0", + "3.15" ], "21torr/task-manager": [ "2.0"