From 626427830ca12f794c2783cbaeecf61dda6c1d9c Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 14 Oct 2024 22:09:13 +0200 Subject: [PATCH] `sensiolabs-de/storyblok-bundle` 0.3 (#1692) --- .../0.3/config/packages/storyblok.yaml | 6 ++++++ .../0.3/config/routes/storyblok.yaml | 2 ++ sensiolabs-de/storyblok-bundle/0.3/manifest.json | 14 ++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 sensiolabs-de/storyblok-bundle/0.3/config/packages/storyblok.yaml create mode 100644 sensiolabs-de/storyblok-bundle/0.3/config/routes/storyblok.yaml create mode 100644 sensiolabs-de/storyblok-bundle/0.3/manifest.json diff --git a/sensiolabs-de/storyblok-bundle/0.3/config/packages/storyblok.yaml b/sensiolabs-de/storyblok-bundle/0.3/config/packages/storyblok.yaml new file mode 100644 index 00000000..3ccf7853 --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.3/config/packages/storyblok.yaml @@ -0,0 +1,6 @@ +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)%' +# version: '%env(STORYBLOK_VERSION)%' diff --git a/sensiolabs-de/storyblok-bundle/0.3/config/routes/storyblok.yaml b/sensiolabs-de/storyblok-bundle/0.3/config/routes/storyblok.yaml new file mode 100644 index 00000000..17d9f3c2 --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.3/config/routes/storyblok.yaml @@ -0,0 +1,2 @@ +storyblok: + resource: '@StoryblokBundle/config/routes.php' diff --git a/sensiolabs-de/storyblok-bundle/0.3/manifest.json b/sensiolabs-de/storyblok-bundle/0.3/manifest.json new file mode 100644 index 00000000..331afda5 --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.3/manifest.json @@ -0,0 +1,14 @@ +{ + "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=" + } +}