mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
add icons in edit form
This commit is contained in:
parent
5d9bb8b5e6
commit
3afc15a86f
15 changed files with 195 additions and 105 deletions
|
@ -5,10 +5,7 @@ framework:
|
|||
http_method_override: false
|
||||
handle_all_throwables: true
|
||||
|
||||
default_locale: 'fr'
|
||||
translator:
|
||||
default_path: '%kernel.project_dir%/translations'
|
||||
fallbacks: ['en']
|
||||
|
||||
|
||||
# Enables session support. Note that the session will ONLY be started if you read or write from it.
|
||||
# Remove or comment this section to explicitly disable session support.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
framework:
|
||||
default_locale: en
|
||||
default_locale: fr
|
||||
translator:
|
||||
default_path: '%kernel.project_dir%/translations'
|
||||
fallbacks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue