Enhancement: Adds Recipe for sensiolabs-de/storyblok-bundle (#1681)

* Enhancement: Adds Recipe for `sensiolabs-de/storyblok-bundle`

* Fix
This commit is contained in:
Silas Joisten
2024-09-28 11:12:52 +02:00
committed by GitHub
parent 53358673a8
commit da8d599a29
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,3 @@
storyblok:
base_uri: '%env(STORYBLOK_API_BASE_URI)%'
token: '%env(STORYBLOK_API_TOKEN)%'
@@ -0,0 +1,12 @@
{
"bundles": {
"SensioLabs\\Storyblok\\Bundle\\StoryblokBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
"STORYBLOK_API_TOKEN": ""
}
}