Files
symfony-flex-recipes-contrib/sensiolabs-de.storyblok-bundle.0.3.json
T
github-action[bot]andgithub-action[bot] 6f6c534091 Update Flex endpoint
2024-10-15 00:16:34 +00:00

47 lines
1.7 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_VERSION=",
"#2": "STORYBLOK_ASSETS_API_TOKEN=",
"#3": "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": "706a76634df2d45061840815ddae5e3f7fc6cfda"
}
}
}