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

This commit is contained in:
Jannik
2025-05-15 04:42:44 +04:00
committed by GitHub
parent d89a05606e
commit b733136d11
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,4 @@
storyblok:
space_id: "%env(int:STORYBLOK_SPACE_ID)%"
management_token: "%env(STORYBLOK_MANAGEMENT_TOKEN)%"
content_token: "%env(STORYBLOK_CONTENT_TOKEN)%"
@@ -0,0 +1,3 @@
storyblok:
prefix: /storyblok/
resource: '@TorrStoryblokBundle/config/routes.yaml'
+13
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": ""
}
}