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