sensiolabs-de/storyblok-bundle 0.3 (#1692)

This commit is contained in:
Oskar Stark
2024-10-14 22:09:13 +02:00
committed by GitHub
parent 89fcc14e52
commit 626427830c
3 changed files with 22 additions and 0 deletions
@@ -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)%'
@@ -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="
}
}