diff --git a/eko/feedbundle/1.2/config/packages/eko_feed.yaml b/eko/feedbundle/1.2/config/packages/eko_feed.yaml new file mode 100644 index 00000000..af4534a4 --- /dev/null +++ b/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 diff --git a/eko/feedbundle/1.2/manifest.json b/eko/feedbundle/1.2/manifest.json new file mode 100644 index 00000000..9fd23c7e --- /dev/null +++ b/eko/feedbundle/1.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Eko\\FeedBundle\\EkoFeedBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}