forked from wallabag/wallabag
Add default value for list_mode
This commit is contained in:
@ -41,6 +41,12 @@ class Configuration implements ConfigurationInterface
|
||||
->end()
|
||||
->scalarNode('fetching_error_message')
|
||||
->end()
|
||||
->scalarNode('action_mark_as_read')
|
||||
->defaultValue(1)
|
||||
->end()
|
||||
->scalarNode('list_mode')
|
||||
->defaultValue(1)
|
||||
->end()
|
||||
->end()
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user