root('wallabag_import'); $rootNode ->children() ->arrayNode('allow_mimetypes') ->prototype('scalar')->end() ->end() ->scalarNode('resource_dir') ->end() ->end() ; return $treeBuilder; } }