forked from wallabag/wallabag
Added limit
This commit is contained in:
@ -47,6 +47,9 @@ class Configuration implements ConfigurationInterface
|
||||
->scalarNode('list_mode')
|
||||
->defaultValue(1)
|
||||
->end()
|
||||
->scalarNode('api_limit_mass_actions')
|
||||
->defaultValue(10)
|
||||
->end()
|
||||
->end()
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user