mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
35 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|