root('jhg_nexmo'); // Here you should define the parameters that are allowed to // configure your bundle. See the documentation linked above for // more information on that topic. $rootNode ->children() ->scalarNode('api_key')->end() ->scalarNode('api_secret')->end() ->scalarNode('from_name')->end() ->booleanNode('disable_delivery')->end() ->end() ; return $treeBuilder; } }