mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add config for 21torr/storyblok 3.15 (#1797)
This commit is contained in:
4
21torr/storyblok/3.15/config/packages/storyblok.yaml
Normal file
4
21torr/storyblok/3.15/config/packages/storyblok.yaml
Normal 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)%"
|
||||
3
21torr/storyblok/3.15/config/routes/storyblok.yaml
Normal file
3
21torr/storyblok/3.15/config/routes/storyblok.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
storyblok:
|
||||
prefix: /storyblok/
|
||||
resource: '@TorrStoryblokBundle/config/routes.yaml'
|
||||
13
21torr/storyblok/3.15/manifest.json
Normal file
13
21torr/storyblok/3.15/manifest.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user