Files
symfony-flex-recipes-contrib/archived/contentful.contentful-bundle/5d94e00bf33a38bc88d2f5138bd3ce7a5ad5fc94.json
T
github-action[bot]andgithub-action[bot] f49d36fa18 Update Flex archives
2021-12-18 17:21:01 +00:00

47 lines
1.9 KiB
JSON

{
"manifests": {
"contentful/contentful-bundle": {
"manifest": {
"bundles": {
"Contentful\\ContentfulBundle\\ContentfulBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"CONTENTFUL_SPACE_ID": "cfexampleapi",
"CONTENTFUL_ACCESS_TOKEN": "b4c0n73n7fu1"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Next: ContentfulBundle Configuration </>",
"<bg=blue;fg=white> </>",
"",
" * Get your space ID and API key from https://www.contentful.com",
" and configure them in your <fg=green>.env</>",
"",
"Documentation: https://www.contentful.com/developers/docs/php/"
]
},
"files": {
"config/packages/contentful.yaml": {
"contents": [
"# For the complete configuration, please visit",
"# https://www.contentful.com/developers/docs/php/tutorials/getting-started-with-contentful-and-symfony/",
"contentful:",
" delivery:",
" main:",
" token: \"%env(CONTENTFUL_ACCESS_TOKEN)%\"",
" space: \"%env(CONTENTFUL_SPACE_ID)%\"",
""
],
"executable": false
}
},
"ref": "5d94e00bf33a38bc88d2f5138bd3ce7a5ad5fc94"
}
}
}