X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FDependencyInjection%2FConfiguration.php;h=3a3da0246f2d5869537a4b620fcb80782bcee99d;hb=5a619812ca3eb05a82a023ccdaee13501eb8d45f;hp=4d5a63f86cbc6c01e2b48728a7207d0eacfa879b;hpb=bc78968764c741019a6b866ad434678cdbecbba4;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php index 4d5a63f8..3a3da024 100644 --- a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php +++ b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php @@ -29,6 +29,18 @@ class Configuration implements ConfigurationInterface ->integerNode('rss_limit') ->defaultValue(50) ->end() + ->integerNode('reading_speed') + ->defaultValue(1) + ->end() + ->scalarNode('version') + ->end() + ->scalarNode('paypal_url') + ->end() + ->integerNode('cache_lifetime') + ->defaultValue(10) + ->end() + ->scalarNode('fetching_error_message') + ->end() ->end() ;