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 31a799f commit 1479c71Copy full SHA for 1479c71
bundles/configuration.rst
@@ -44,17 +44,6 @@ as integration of other related components:
44
'form' => true,
45
));
46
47
-.. sidebar:: Using Parameters to Configure your Bundle
48
-
49
- If you don't have plans to share your bundle between projects, it doesn't
50
- make sense to use this more advanced way of configuration. Since you use the
51
- bundle only in one project, you can just change the service configuration
52
- each time.
53
54
- If you *do* want to be able to configure something from within
55
- ``config/services.yaml``, you can always create a parameter there and use
56
- that parameter somewhere else.
57
58
Using the Bundle Extension
59
--------------------------
60
0 commit comments