From 6f6c5340910ea7370f92f6fd42b9e65d929103bc Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 15 Oct 2024 00:16:34 +0000 Subject: [PATCH] Update Flex endpoint --- ...a76634df2d45061840815ddae5e3f7fc6cfda.json | 46 +++++++++++++++++++ sensiolabs-de.storyblok-bundle.0.3.json | 9 ++-- 2 files changed, 51 insertions(+), 4 deletions(-) create mode 100644 archived/sensiolabs-de.storyblok-bundle/706a76634df2d45061840815ddae5e3f7fc6cfda.json diff --git a/archived/sensiolabs-de.storyblok-bundle/706a76634df2d45061840815ddae5e3f7fc6cfda.json b/archived/sensiolabs-de.storyblok-bundle/706a76634df2d45061840815ddae5e3f7fc6cfda.json new file mode 100644 index 00000000..40bbc593 --- /dev/null +++ b/archived/sensiolabs-de.storyblok-bundle/706a76634df2d45061840815ddae5e3f7fc6cfda.json @@ -0,0 +1,46 @@ +{ + "manifests": { + "sensiolabs-de/storyblok-bundle": { + "manifest": { + "bundles": { + "SensioLabs\\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)%'", + "" + ], + "executable": false + }, + "config/routes/storyblok.yaml": { + "contents": [ + "storyblok:", + " resource: '@StoryblokBundle/config/routes.php'", + "" + ], + "executable": false + } + }, + "ref": "706a76634df2d45061840815ddae5e3f7fc6cfda" + } + } +} diff --git a/sensiolabs-de.storyblok-bundle.0.3.json b/sensiolabs-de.storyblok-bundle.0.3.json index 0c98bdd7..40bbc593 100644 --- a/sensiolabs-de.storyblok-bundle.0.3.json +++ b/sensiolabs-de.storyblok-bundle.0.3.json @@ -13,8 +13,9 @@ "env": { "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", "STORYBLOK_API_TOKEN": "", - "#1": "STORYBLOK_ASSETS_API_TOKEN=", - "#2": "STORYBLOK_WEBHOOK_SECRET=" + "#1": "STORYBLOK_VERSION=", + "#2": "STORYBLOK_ASSETS_API_TOKEN=", + "#3": "STORYBLOK_WEBHOOK_SECRET=" } }, "files": { @@ -23,9 +24,9 @@ "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)%'", - "# version: '%env(STORYBLOK_VERSION)%'", "" ], "executable": false @@ -39,7 +40,7 @@ "executable": false } }, - "ref": "d80f52d08763cefa83b80291a74b5c6bfc605280" + "ref": "706a76634df2d45061840815ddae5e3f7fc6cfda" } } }