Enhancement: Adds Recipe for storyblok/symfony-bundle (#1739)

This commit is contained in:
Silas Joisten
2025-01-16 14:25:09 +01:00
committed by GitHub
parent 28b6c04a8d
commit 7cdfe86758
3 changed files with 23 additions and 0 deletions
@@ -0,0 +1,6 @@
storyblok:
base_uri: '%env(STORYBLOK_API_BASE_URI)%'
token: '%env(STORYBLOK_API_TOKEN)%'
# version: '%env(STORYBLOK_VERSION)%'
# 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,15 @@
{
"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_VERSION=",
"#2": "STORYBLOK_ASSETS_API_TOKEN=",
"#3": "STORYBLOK_WEBHOOK_SECRET="
}
}