22 single: Configuration; Semantic
33 single: Bundle; Extension configuration
44
5- How to Simplify Configuration ofmultiple Bundles
5+ How to Simplify Configuration ofMultiple Bundles
66=================================================
77
88When building reusable and extensible applications, developers are often
@@ -12,9 +12,9 @@ users to choose to remove functionality they are not using. Creating multiple
1212bundles has the drawback that configuration becomes more tedious and settings
1313often need to be repeated for various bundles.
1414
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 ``
1818to prepend settings just as if they had been written explicitly by
1919the user in the application configuration.
2020