8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcbaa5 commit 33e8fd2Copy full SHA for 33e8fd2
bundles/configuration.rst
@@ -102,6 +102,13 @@ bundle configuration would look like:
102
'client_secret' => 'your_secret',
103
));
104
105
+
106
+.. tip::
107
108
+ The root node of your bundle configuration must match the name of your
109
+ bundle without the 'Bundle' suffix in camel case. For example
110
+ ``AcmeSocialBundle`` becomes ``acme_social``.
111
112
.. seealso::
113
114
Read more about the extension in :doc:`/bundles/extension`.
0 commit comments