From bf6c0346d8d35a719dd1bff1cb4d573d422f99ff Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 31 May 2017 09:31:18 +0200 Subject: WIP Signed-off-by: Thomas Citharel --- .../DependencyInjection/Configuration.php | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/Wallabag/FederationBundle/DependencyInjection/Configuration.php (limited to 'src/Wallabag/FederationBundle/DependencyInjection/Configuration.php') diff --git a/src/Wallabag/FederationBundle/DependencyInjection/Configuration.php b/src/Wallabag/FederationBundle/DependencyInjection/Configuration.php new file mode 100644 index 00000000..7754e8e4 --- /dev/null +++ b/src/Wallabag/FederationBundle/DependencyInjection/Configuration.php @@ -0,0 +1,25 @@ +root('wallabag_user'); + + $rootNode + ->children() + ->booleanNode('registration_enabled') + ->defaultValue(true) + ->end() + ->end() + ; + + return $treeBuilder; + } +} -- cgit v1.2.3