Add 21torr/storyblok (#1698)

This commit is contained in:
Jannik
2024-10-24 10:28:20 +02:00
committed by GitHub
parent e332786205
commit 90e55a4e01
2 changed files with 17 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)%"
+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": ""
}
}