getRootNode() ->children() ->arrayNode('credentials') ->addDefaultsIfNotSet() ->children() ->scalarNode('client_id') ->info('Your Shopware client ID.') ->end() ->scalarNode('client_id') ->info('Your Shopware client secret.') ->end() ->scalarNode('api_endpoint') ->info('The endpoint URL of your Shopware installation.') ->end() ->end() ->end() ->end() ; return $treeBuilder; } }