Skip to content

Commit

Permalink
Merge pull request #520
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-flex-server[bot] committed Oct 13, 2018
2 parents 65bea3b + 42366be commit 2d9a80f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eko/feedbundle/1.2/config/packages/eko_feed.yaml
@@ -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 changes: 8 additions & 0 deletions eko/feedbundle/1.2/manifest.json
@@ -0,0 +1,8 @@
{
"bundles": {
"Eko\\FeedBundle\\EkoFeedBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 2d9a80f

Please sign in to comment.