From c69eab4ed49c21fc7d0de6b81b00ba57f57de113 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Sun, 6 Oct 2019 00:16:36 +0200 Subject: [PATCH] Update configuration.rst --- bundles/configuration.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bundles/configuration.rst b/bundles/configuration.rst index b16d2f75e82..2521aa53274 100644 --- a/bundles/configuration.rst +++ b/bundles/configuration.rst @@ -92,8 +92,10 @@ allow users to configure it with some configuration that looks like this: // app/config/config.php $container->loadFromExtension('acme_social', [ - 'client_id' => 123, - 'client_secret' => 'your_secret', + 'twitter' => [ + 'client_id' => 123, + 'client_secret' => 'your_secret', + ], ]); The basic idea is that instead of having the user override individual