mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
Merge pull request #61 from alexdebril/rss-atom-bundle
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
debril_rss_atom:
|
||||
# switch to true if you need to set cache-control: private
|
||||
private: false
|
||||
# switch to true if you need to always send status 200
|
||||
force_refresh: false
|
||||
@@ -0,0 +1,2 @@
|
||||
rss_atom_bundle:
|
||||
resource: "@DebrilRssAtomBundle/Resources/config/routing.yml"
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Debril\\RssAtomBundle\\DebrilRssAtomBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user