mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
49 lines
2.0 KiB
JSON
49 lines
2.0 KiB
JSON
{
|
|
"locks": {
|
|
"contentful/contentful-bundle": {
|
|
"version": "4.0",
|
|
"recipe": {
|
|
"repo": "4.0",
|
|
"branch": "master",
|
|
"version": "4.0",
|
|
"ref": "f0b3ffcd60bb909b43a893aec66740c17373c13c"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"contentful/contentful-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "contentful/contentful-bundle",
|
|
"version": "4.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Contentful\\ContentfulBundle\\ContentfulBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"CONTENTFUL_SPACE_ID": "cfexampleapi",
|
|
"CONTENTFUL_ACCESS_TOKEN": "b4c0n73n7fu1"
|
|
},
|
|
"post-install-output": [
|
|
" * 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\n# https://www.contentful.com/developers/docs/php/tutorials/getting-started-with-contentful-and-symfony/\ncontentful:\n delivery:\n main:\n token: \"%env(CONTENTFUL_ACCESS_TOKEN)%\"\n space: \"%env(CONTENTFUL_SPACE_ID)%\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "contentful/contentful-bundle:4.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |