Files
symfony-flex-recipes-contrib/storyblok/symfony-bundle/1.18/manifest.json
T

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