forked from wallabag/wallabag
Added setting to have a personal reading time
This commit is contained in:
@ -29,6 +29,9 @@ class Configuration implements ConfigurationInterface
|
||||
->integerNode('rss_limit')
|
||||
->defaultValue(50)
|
||||
->end()
|
||||
->integerNode('reading_speed')
|
||||
->defaultValue(200)
|
||||
->end()
|
||||
->scalarNode('version')
|
||||
->end()
|
||||
->scalarNode('paypal_url')
|
||||
|
||||
Reference in New Issue
Block a user