Merge pull request #520

This commit is contained in:
symfony-flex-server[bot]
2018-10-13 09:15:18 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,9 @@
# 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
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Eko\\FeedBundle\\EkoFeedBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}