Files
symfony-flex-recipes-contrib/eko.feedbundle.1.2.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

35 lines
1.2 KiB
JSON

{
"manifests": {
"eko/feedbundle": {
"manifest": {
"bundles": {
"Eko\\FeedBundle\\EkoFeedBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/eko_feed.yaml": {
"contents": [
"# Full configuration: https://github.com/eko/FeedBundle",
"eko_feed:",
" feeds:",
" article:",
" title: 'My articles/posts'",
" description: 'Latest articles'",
" link: 'http://vincent.composieux.fr'",
" encoding: 'utf-8'",
" author: 'Vincent Composieux' # Only required for Atom feeds",
""
],
"executable": false
}
},
"ref": "18200f71f86a12023fcd952546dad61850806c22"
}
}
}