Fix: Fixes version of sensiolabs-de/storyblok-bundle (#1682)

* Fix: Version bundle not stable yet

* Adds assets api

* Adds blankline

* Version 0.2 recipes

* Update sensiolabs-de/storyblok-bundle/0.2/config/routes/storyblok.yaml
This commit is contained in:
Silas Joisten
2024-09-30 19:28:33 +02:00
committed by GitHub
parent da8d599a29
commit 7c5e820512
5 changed files with 24 additions and 1 deletions
@@ -1,3 +1,4 @@
storyblok:
base_uri: '%env(STORYBLOK_API_BASE_URI)%'
token: '%env(STORYBLOK_API_TOKEN)%'
# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'
@@ -7,6 +7,7 @@
},
"env": {
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
"STORYBLOK_API_TOKEN": ""
"STORYBLOK_API_TOKEN": "",
"#1": "STORYBLOK_ASSETS_API_TOKEN="
}
}
@@ -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)%'
@@ -0,0 +1,2 @@
storyblok:
resource: '@StoryblokBundle/config/routes.php'
@@ -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="
}
}