Add config for 21torr/storyblok 3.15 (#1797)

This commit is contained in:
Jannik
2025-05-15 02:42:44 +02:00
committed by GitHub
parent d89a05606e
commit b733136d11
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
storyblok:
space_id: "%env(int:STORYBLOK_SPACE_ID)%"
management_token: "%env(STORYBLOK_MANAGEMENT_TOKEN)%"
content_token: "%env(STORYBLOK_CONTENT_TOKEN)%"

View File

@@ -0,0 +1,3 @@
storyblok:
prefix: /storyblok/
resource: '@TorrStoryblokBundle/config/routes.yaml'

View File

@@ -0,0 +1,13 @@
{
"bundles": {
"Torr\\Storyblok\\TorrStoryblokBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STORYBLOK_SPACE_ID": "",
"STORYBLOK_MANAGEMENT_TOKEN": "",
"STORYBLOK_CONTENT_TOKEN": ""
}
}