forked from wallabag/wallabag
Add default system-wide ignore origin rules with install support
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -65,6 +65,13 @@ class Configuration implements ConfigurationInterface
|
||||
->end()
|
||||
->scalarNode('encryption_key_path')
|
||||
->end()
|
||||
->arrayNode('default_ignore_origin_instance_rules')
|
||||
->prototype('array')
|
||||
->children()
|
||||
->scalarNode('rule')->end()
|
||||
->end()
|
||||
->end()
|
||||
->end()
|
||||
->end()
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user