root('wallabag_user'); $rootNode ->children() ->booleanNode('registration_enabled') ->defaultValue(true) ->end() ->end() ; return $treeBuilder; } }