mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"manifests": {
|
|
"sensiolabs-de/storyblok-bundle": {
|
|
"manifest": {
|
|
"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="
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/storyblok.yaml": {
|
|
"contents": [
|
|
"storyblok:",
|
|
" base_uri: '%env(STORYBLOK_API_BASE_URI)%'",
|
|
" token: '%env(STORYBLOK_API_TOKEN)%'",
|
|
"# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'",
|
|
"# webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/storyblok.yaml": {
|
|
"contents": [
|
|
"storyblok:",
|
|
" resource: '@StoryblokBundle/config/routes.php'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "8e7857df16d7bfcc1e11aa0f3097a68505a1a8ee"
|
|
}
|
|
}
|
|
}
|