X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FCoreBundle%2FDependencyInjection%2FConfiguration.php;h=d8141eea993ffbb277bf0954407ddeb2d774466e;hb=114c55c0a6eade2ba6c53fe25f61cc58cca91620;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..d8141eea 100644 --- a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php +++ b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php @@ -29,6 +29,16 @@ 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() ->end() ;