From 19b5034987adcedd6f89e9e948e36044c3cec340 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 30 Sep 2024 17:28:47 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...169b91b939a21bbbde9f996f2fbbf8d3b6967.json | 6 ++- ...857df16d7bfcc1e11aa0f3097a68505a1a8ee.json | 44 +++++++++++++++++++ index.json | 3 +- sensiolabs-de.storyblok-bundle.0.1.json | 34 ++++++++++++++ sensiolabs-de.storyblok-bundle.0.2.json | 44 +++++++++++++++++++ 6 files changed, 129 insertions(+), 4 deletions(-) rename sensiolabs-de.storyblok-bundle.1.0.json => archived/sensiolabs-de.storyblok-bundle/344169b91b939a21bbbde9f996f2fbbf8d3b6967.json (79%) create mode 100644 archived/sensiolabs-de.storyblok-bundle/8e7857df16d7bfcc1e11aa0f3097a68505a1a8ee.json create mode 100644 sensiolabs-de.storyblok-bundle.0.1.json create mode 100644 sensiolabs-de.storyblok-bundle.0.2.json diff --git a/RECIPES.md b/RECIPES.md index 74fedd8a..bbd781a3 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -501,7 +501,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [secit-pl/imap-bundle](https://packagist.org/packages/secit-pl/imap-bundle) | [1.0](secit-pl/imap-bundle/1.0) | | [seferov/aws-bundle](https://packagist.org/packages/seferov/aws-bundle) | [3.0](seferov/aws-bundle/3.0) | | [sensiolabs-de/storyblok-api](https://packagist.org/packages/sensiolabs-de/storyblok-api) | [2.0](sensiolabs-de/storyblok-api/2.0) | -| [sensiolabs-de/storyblok-bundle](https://packagist.org/packages/sensiolabs-de/storyblok-bundle) | [1.0](sensiolabs-de/storyblok-bundle/1.0) | +| [sensiolabs-de/storyblok-bundle](https://packagist.org/packages/sensiolabs-de/storyblok-bundle) | [0.2](sensiolabs-de/storyblok-bundle/0.2) | | [sensiolabs/connect-bundle](https://packagist.org/packages/sensiolabs/connect-bundle) | [4.0](sensiolabs/connect-bundle/4.0) | | [sensiolabs/gotenberg-bundle](https://packagist.org/packages/sensiolabs/gotenberg-bundle) | [0.1](sensiolabs/gotenberg-bundle/0.1) | | [sensiolabs/storybook-bundle](https://packagist.org/packages/sensiolabs/storybook-bundle) | [0.1](sensiolabs/storybook-bundle/0.1) | diff --git a/sensiolabs-de.storyblok-bundle.1.0.json b/archived/sensiolabs-de.storyblok-bundle/344169b91b939a21bbbde9f996f2fbbf8d3b6967.json similarity index 79% rename from sensiolabs-de.storyblok-bundle.1.0.json rename to archived/sensiolabs-de.storyblok-bundle/344169b91b939a21bbbde9f996f2fbbf8d3b6967.json index e515d359..d718459c 100644 --- a/sensiolabs-de.storyblok-bundle.1.0.json +++ b/archived/sensiolabs-de.storyblok-bundle/344169b91b939a21bbbde9f996f2fbbf8d3b6967.json @@ -12,7 +12,8 @@ }, "env": { "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", - "STORYBLOK_API_TOKEN": "" + "STORYBLOK_API_TOKEN": "", + "#1": "STORYBLOK_ASSETS_API_TOKEN=" } }, "files": { @@ -21,12 +22,13 @@ "storyblok:", " base_uri: '%env(STORYBLOK_API_BASE_URI)%'", " token: '%env(STORYBLOK_API_TOKEN)%'", + "# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'", "" ], "executable": false } }, - "ref": "ee69bfdf97580f8d259a299fcc527c62c72bde6b" + "ref": "344169b91b939a21bbbde9f996f2fbbf8d3b6967" } } } diff --git a/archived/sensiolabs-de.storyblok-bundle/8e7857df16d7bfcc1e11aa0f3097a68505a1a8ee.json b/archived/sensiolabs-de.storyblok-bundle/8e7857df16d7bfcc1e11aa0f3097a68505a1a8ee.json new file mode 100644 index 00000000..fdbf987f --- /dev/null +++ b/archived/sensiolabs-de.storyblok-bundle/8e7857df16d7bfcc1e11aa0f3097a68505a1a8ee.json @@ -0,0 +1,44 @@ +{ + "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_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)%'", + "# 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": "8e7857df16d7bfcc1e11aa0f3097a68505a1a8ee" + } + } +} diff --git a/index.json b/index.json index c10ec486..af6700e2 100644 --- a/index.json +++ b/index.json @@ -1590,7 +1590,8 @@ "2.0" ], "sensiolabs-de/storyblok-bundle": [ - "1.0" + "0.1", + "0.2" ], "sensiolabs/connect-bundle": [ "4.0" diff --git a/sensiolabs-de.storyblok-bundle.0.1.json b/sensiolabs-de.storyblok-bundle.0.1.json new file mode 100644 index 00000000..d718459c --- /dev/null +++ b/sensiolabs-de.storyblok-bundle.0.1.json @@ -0,0 +1,34 @@ +{ + "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_ASSETS_API_TOKEN=" + } + }, + "files": { + "config/packages/storyblok.yaml": { + "contents": [ + "storyblok:", + " base_uri: '%env(STORYBLOK_API_BASE_URI)%'", + " token: '%env(STORYBLOK_API_TOKEN)%'", + "# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'", + "" + ], + "executable": false + } + }, + "ref": "344169b91b939a21bbbde9f996f2fbbf8d3b6967" + } + } +} diff --git a/sensiolabs-de.storyblok-bundle.0.2.json b/sensiolabs-de.storyblok-bundle.0.2.json new file mode 100644 index 00000000..fdbf987f --- /dev/null +++ b/sensiolabs-de.storyblok-bundle.0.2.json @@ -0,0 +1,44 @@ +{ + "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_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)%'", + "# 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": "8e7857df16d7bfcc1e11aa0f3097a68505a1a8ee" + } + } +}