From e1a35774a8f0226b1d18e32e7532a99d39c88482 Mon Sep 17 00:00:00 2001 From: Silas Joisten Date: Mon, 30 Sep 2024 14:40:05 +0300 Subject: [PATCH] Version 0.2 recipes --- .../0.2/config/packages/storyblok.yaml | 5 +++++ .../0.2/config/routes/storyblok.yaml | 2 ++ sensiolabs-de/storyblok-bundle/0.2/manifest.json | 14 ++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 sensiolabs-de/storyblok-bundle/0.2/config/packages/storyblok.yaml create mode 100644 sensiolabs-de/storyblok-bundle/0.2/config/routes/storyblok.yaml create mode 100644 sensiolabs-de/storyblok-bundle/0.2/manifest.json diff --git a/sensiolabs-de/storyblok-bundle/0.2/config/packages/storyblok.yaml b/sensiolabs-de/storyblok-bundle/0.2/config/packages/storyblok.yaml new file mode 100644 index 000000000..7615ba876 --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.2/config/packages/storyblok.yaml @@ -0,0 +1,5 @@ +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)%' diff --git a/sensiolabs-de/storyblok-bundle/0.2/config/routes/storyblok.yaml b/sensiolabs-de/storyblok-bundle/0.2/config/routes/storyblok.yaml new file mode 100644 index 000000000..096794d22 --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.2/config/routes/storyblok.yaml @@ -0,0 +1,2 @@ +#storyblok: +# resource: '@StoryblokBundle/config/routes.php' diff --git a/sensiolabs-de/storyblok-bundle/0.2/manifest.json b/sensiolabs-de/storyblok-bundle/0.2/manifest.json new file mode 100644 index 000000000..331afda5f --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.2/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=" + } +}