mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add recipe for eko/feedbundle
This commit is contained in:
9
eko/feedbundle/1.2/config/packages/eko_feed.yaml
Normal file
9
eko/feedbundle/1.2/config/packages/eko_feed.yaml
Normal file
@@ -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
eko/feedbundle/1.2/manifest.json
Normal file
8
eko/feedbundle/1.2/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Eko\\FeedBundle\\EkoFeedBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user