aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-06-15 09:43:48 +0200
committerThomas Citharel <tcit@tcit.fr>2017-07-09 19:05:48 +0200
commit378aaefbbf60698c7b8faafc20f6b8cb22357e31 (patch)
treed9bf0867797d4f4b60d117a050e1b72719e6f71a /src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
parentb5d7eb148c4cd62ff187b08765f0c13c7d330fcf (diff)
downloadwallabag-378aaefbbf60698c7b8faafc20f6b8cb22357e31.tar.gz
wallabag-378aaefbbf60698c7b8faafc20f6b8cb22357e31.tar.zst
wallabag-378aaefbbf60698c7b8faafc20f6b8cb22357e31.zip
Notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'src/Wallabag/CoreBundle/DependencyInjection/Configuration.php')
-rw-r--r--src/Wallabag/CoreBundle/DependencyInjection/Configuration.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
index a9791f6b..478e4cba 100644
--- a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
+++ b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
@@ -49,6 +49,9 @@ class Configuration implements ConfigurationInterface
49 ->scalarNode('list_mode') 49 ->scalarNode('list_mode')
50 ->defaultValue(1) 50 ->defaultValue(1)
51 ->end() 51 ->end()
52 ->scalarNode('notifications_nb')
53 ->defaultValue(5)
54 ->end()
52 ->scalarNode('api_limit_mass_actions') 55 ->scalarNode('api_limit_mass_actions')
53 ->defaultValue(10) 56 ->defaultValue(10)
54 ->end() 57 ->end()