From 42366be162e0e231ebc0f8398494fd65829b8b92 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Tue, 9 Oct 2018 15:19:14 +0200 Subject: [PATCH] Add recipe for eko/feedbundle --- eko/feedbundle/1.2/config/packages/eko_feed.yaml | 9 +++++++++ eko/feedbundle/1.2/manifest.json | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 eko/feedbundle/1.2/config/packages/eko_feed.yaml create mode 100644 eko/feedbundle/1.2/manifest.json 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%/" + } +}