mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"manifests": {
|
|
"storyblok/symfony-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Storyblok\\Bundle\\StoryblokBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
|
|
"STORYBLOK_API_TOKEN": "",
|
|
"STORYBLOK_VERSION": "draft",
|
|
"#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)%'",
|
|
" version: '%env(STORYBLOK_VERSION)%'",
|
|
"# 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": "86c7c2f20fad04ebc3cda71638b1fb1274518249"
|
|
}
|
|
}
|
|
}
|