mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Enhancement: Adds Recipe for sensiolabs-de/storyblok-bundle (#1681)
* Enhancement: Adds Recipe for `sensiolabs-de/storyblok-bundle` * Fix
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
storyblok:
|
||||
base_uri: '%env(STORYBLOK_API_BASE_URI)%'
|
||||
token: '%env(STORYBLOK_API_TOKEN)%'
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"SensioLabs\\Storyblok\\Bundle\\StoryblokBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
|
||||
"STORYBLOK_API_TOKEN": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user