File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
single: Configuration; Semantic
3
3
single: Bundle; Extension configuration
4
4
5
- How to Simplify Configuration of multiple Bundles
5
+ How to Simplify Configuration of Multiple Bundles
6
6
=================================================
7
7
8
8
When building reusable and extensible applications, developers are often
@@ -12,9 +12,9 @@ users to choose to remove functionality they are not using. Creating multiple
12
12
bundles has the drawback that configuration becomes more tedious and settings
13
13
often need to be repeated for various bundles.
14
14
15
- Using the below approach, it is possible to remove the disadvantage of the
16
- multiple bundle approach by enabling a single Extension to prepend the settings
17
- for any bundle. It can use the settings defined in the ``app/config/config.yml ``
15
+ It is possible to remove the disadvantage of the multiple bundle approach
16
+ by enabling a single Extension to prepend the settings for any bundle.
17
+ It can use the settings defined in the ``app/config/config.yml ``
18
18
to prepend settings just as if they had been written explicitly by
19
19
the user in the application configuration.
20
20
You can’t perform that action at this time.
0 commit comments