From e9209ef4cf400986aaaf806f4972242d93f3bcff Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 24 Oct 2024 08:28:34 +0000 Subject: [PATCH] Update Flex endpoint --- 21torr.storyblok.3.0.json | 34 +++++++++++++++++++ RECIPES.md | 1 + ...fe9861969cc5f22ebf83ff37b826e632ab7c4.json | 34 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 72 insertions(+) create mode 100644 21torr.storyblok.3.0.json create mode 100644 archived/21torr.storyblok/94bfe9861969cc5f22ebf83ff37b826e632ab7c4.json diff --git a/21torr.storyblok.3.0.json b/21torr.storyblok.3.0.json new file mode 100644 index 00000000..a6a12194 --- /dev/null +++ b/21torr.storyblok.3.0.json @@ -0,0 +1,34 @@ +{ + "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 + } + }, + "ref": "94bfe9861969cc5f22ebf83ff37b826e632ab7c4" + } + } +} diff --git a/RECIPES.md b/RECIPES.md index 8a8567f4..43efe1a4 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -5,6 +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) | | [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) | | [acseo/typesense-bundle](https://packagist.org/packages/acseo/typesense-bundle) | [0.7](acseo/typesense-bundle/0.7) | diff --git a/archived/21torr.storyblok/94bfe9861969cc5f22ebf83ff37b826e632ab7c4.json b/archived/21torr.storyblok/94bfe9861969cc5f22ebf83ff37b826e632ab7c4.json new file mode 100644 index 00000000..a6a12194 --- /dev/null +++ b/archived/21torr.storyblok/94bfe9861969cc5f22ebf83ff37b826e632ab7c4.json @@ -0,0 +1,34 @@ +{ + "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 + } + }, + "ref": "94bfe9861969cc5f22ebf83ff37b826e632ab7c4" + } + } +} diff --git a/index.json b/index.json index 1b6072b7..6ee308a5 100644 --- a/index.json +++ b/index.json @@ -5,6 +5,9 @@ "2.1", "3.2" ], + "21torr/storyblok": [ + "3.0" + ], "abel/keycloak-bearer-only-adapter-bundle": [ "1.0" ],