diff --git a/RECIPES.md b/RECIPES.md index 989da1c4..390b2c73 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -490,6 +490,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [sebtm/inwx-api-bundle](https://packagist.org/packages/sebtm/inwx-api-bundle) | [1.0](sebtm/inwx-api-bundle/1.0) | | [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) | [1.0](sensiolabs-de/storyblok-api/1.0) | | [sensiolabs/connect-bundle](https://packagist.org/packages/sensiolabs/connect-bundle) | [4.0](sensiolabs/connect-bundle/4.0) | | [sentry/sentry-symfony](https://packagist.org/packages/sentry/sentry-symfony) | [5.0](sentry/sentry-symfony/5.0) | | [setono/google-analytics-bundle](https://packagist.org/packages/setono/google-analytics-bundle) | [1.0](setono/google-analytics-bundle/1.0) | diff --git a/archived/sensiolabs-de.storyblok-api/77eb5c30e9a87f988eeccf2462f21c616d666c58.json b/archived/sensiolabs-de.storyblok-api/77eb5c30e9a87f988eeccf2462f21c616d666c58.json new file mode 100644 index 00000000..4e6a675d --- /dev/null +++ b/archived/sensiolabs-de.storyblok-api/77eb5c30e9a87f988eeccf2462f21c616d666c58.json @@ -0,0 +1,46 @@ +{ + "manifests": { + "sensiolabs-de/storyblok-api": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", + "STORYBLOK_API_TOKEN": "" + } + }, + "files": { + "config/packages/sensiolabs_de_storyblok_api.yaml": { + "contents": [ + "framework:", + " http_client:", + " scoped_clients:", + " storyblok.client:", + " base_uri: '%env(STORYBLOK_API_BASE_URI)%'", + "", + "services:", + " _defaults:", + " autowire: true", + "", + " SensioLabs\\Storyblok\\Api\\StoryblokClient:", + " arguments:", + " - '%env(STORYBLOK_API_BASE_URI)%'", + " - '%env(STORYBLOK_API_TOKEN)%'", + "", + " SensioLabs\\Storyblok\\Api\\StoryblokClientInterface: '@SensioLabs\\Storyblok\\Api\\StoryblokClient'", + "", + " SensioLabs\\Storyblok\\Api\\StoriesApi: null", + " SensioLabs\\Storyblok\\Api\\StoriesApiInterface: '@SensioLabs\\Storyblok\\Api\\StoriesApi'", + "", + " SensioLabs\\Storyblok\\Api\\LinksApi: null", + " SensioLabs\\Storyblok\\Api\\LinksApiInterface: '@SensioLabs\\Storyblok\\Api\\LinksApi'", + "" + ], + "executable": false + } + }, + "ref": "77eb5c30e9a87f988eeccf2462f21c616d666c58" + } + } +} diff --git a/index.json b/index.json index 2c098a8d..ce2101bd 100644 --- a/index.json +++ b/index.json @@ -1553,6 +1553,9 @@ "seferov/aws-bundle": [ "3.0" ], + "sensiolabs-de/storyblok-api": [ + "1.0" + ], "sensiolabs/connect-bundle": [ "4.0" ], diff --git a/sensiolabs-de.storyblok-api.1.0.json b/sensiolabs-de.storyblok-api.1.0.json new file mode 100644 index 00000000..4e6a675d --- /dev/null +++ b/sensiolabs-de.storyblok-api.1.0.json @@ -0,0 +1,46 @@ +{ + "manifests": { + "sensiolabs-de/storyblok-api": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", + "STORYBLOK_API_TOKEN": "" + } + }, + "files": { + "config/packages/sensiolabs_de_storyblok_api.yaml": { + "contents": [ + "framework:", + " http_client:", + " scoped_clients:", + " storyblok.client:", + " base_uri: '%env(STORYBLOK_API_BASE_URI)%'", + "", + "services:", + " _defaults:", + " autowire: true", + "", + " SensioLabs\\Storyblok\\Api\\StoryblokClient:", + " arguments:", + " - '%env(STORYBLOK_API_BASE_URI)%'", + " - '%env(STORYBLOK_API_TOKEN)%'", + "", + " SensioLabs\\Storyblok\\Api\\StoryblokClientInterface: '@SensioLabs\\Storyblok\\Api\\StoryblokClient'", + "", + " SensioLabs\\Storyblok\\Api\\StoriesApi: null", + " SensioLabs\\Storyblok\\Api\\StoriesApiInterface: '@SensioLabs\\Storyblok\\Api\\StoriesApi'", + "", + " SensioLabs\\Storyblok\\Api\\LinksApi: null", + " SensioLabs\\Storyblok\\Api\\LinksApiInterface: '@SensioLabs\\Storyblok\\Api\\LinksApi'", + "" + ], + "executable": false + } + }, + "ref": "77eb5c30e9a87f988eeccf2462f21c616d666c58" + } + } +}