mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* Fix: Version bundle not stable yet * Adds assets api * Adds blankline * Version 0.2 recipes * Update sensiolabs-de/storyblok-bundle/0.2/config/routes/storyblok.yaml
15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"bundles": {
|
|
"SensioLabs\\Storyblok\\Bundle\\StoryblokBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
|
|
"STORYBLOK_API_TOKEN": "",
|
|
"#1": "STORYBLOK_ASSETS_API_TOKEN=",
|
|
"#2": "STORYBLOK_WEBHOOK_SECRET="
|
|
}
|
|
}
|