Organized parameters better.

Parameters can now be found in their own file config/parameters.yaml. They are prefixed with partdb. and structured into different sections.
This commit is contained in:
Jan Böhmer 2020-05-12 22:53:42 +02:00
parent ffdb721e38
commit decc4e90fc
11 changed files with 86 additions and 57 deletions

View file

@ -1,7 +1,7 @@
framework:
default_locale: '%locale%'
default_locale: '%partdb.locale%'
translator:
default_path: '%kernel.project_dir%/translations'
fallbacks:
- '%locale%'
- '%partdb.locale%'
- 'en'