Tip |
---|
The following recipe is valid for any type of settings supported by Symfony framework. |
Use case
Usually, you develop your website using one or several custom bundles as this is a best practice. However, dealing with core bundles semantic configuration can be a bit tedious if you maintain it in the main ezpublish/config/ezpublish.yml
configuration file.
This recipe will show you how to import configuration from a bundle the manual way and the implicit way.
The manual way
This is the simplest way of doing and it has the advantage to be explicit. The idea is to use the imports
statement in your main ezpublish.yml
:
...
Tip | ||
---|---|---|
| ||
If you want to import configuration for development use only, you can do so in your |
The implicit way
Info |
---|
Compatible with eZ Publish 5.1+ / Symfony 2.2+ as it uses |
...