Move default configuration out of parameters

These default configuration value shouldn't be in parameters.yml.
This commit is contained in:
Jeremy Benoist
2016-01-20 19:54:57 +01:00
parent feb02cb709
commit bc78968764
10 changed files with 33 additions and 40 deletions

View File

@ -76,10 +76,10 @@ services:
class: Wallabag\CoreBundle\EventListener\RegistrationConfirmedListener
arguments:
- "@doctrine.orm.entity_manager"
- %theme%
- %items_on_page%
- %rss_limit%
- %language%
- %wallabag_core.theme%
- %wallabag_core.items_on_page%
- %wallabag_core.rss_limit%
- %wallabag_core.language%
tags:
- { name: kernel.event_subscriber }