Files
symfony-flex-recipes-contrib/sensiolabs-de/storyblok-bundle/0.2/manifest.json
T
Silas JoistenandGitHub 7c5e820512 Fix: Fixes version of sensiolabs-de/storyblok-bundle (#1682)
* 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
2024-09-30 19:28:33 +02:00

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="
}
}