Skip to content

Commit 33e8fd2

Browse files
mickadoojaviereguiluz
authored andcommitted
Add note about configuration root node
Something I ran into myself, as well as a good few other people based on [this SO answer](https://stackoverflow.com/a/35505189/1196369)
1 parent 8dcbaa5 commit 33e8fd2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bundles/configuration.rst

+7
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ bundle configuration would look like:
102102
'client_secret' => 'your_secret',
103103
));
104104
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+
105112
.. seealso::
106113

107114
Read more about the extension in :doc:`/bundles/extension`.

0 commit comments

Comments
 (0)