mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
20 lines
584 B
JSON
20 lines
584 B
JSON
{
|
|
"bundles": {
|
|
"Storyblok\\Bundle\\StoryblokBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"templates/": "templates/"
|
|
},
|
|
"env": {
|
|
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
|
|
"STORYBLOK_API_TOKEN": "",
|
|
"STORYBLOK_VERSION": "draft",
|
|
"STORYBLOK_CDN_STORAGE_PATH": "%kernel.project_dir%/var/cdn",
|
|
"#1": "STORYBLOK_ASSETS_API_TOKEN=",
|
|
"#2": "STORYBLOK_WEBHOOK_SECRET=",
|
|
"#3": "STORYBLOK_MANAGEMENT_API_TOKEN=",
|
|
"#4": "STORYBLOK_SPACE_ID="
|
|
}
|
|
}
|