mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-25 04:19:31 +00:00
Updated recipes for routing and twig.
This commit is contained in:
parent
56bc99e5a1
commit
5d86ba776a
5 changed files with 13 additions and 10 deletions
3
config/packages/prod/routing.yaml
Normal file
3
config/packages/prod/routing.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
framework:
|
||||
router:
|
||||
strict_requirements: null
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
framework:
|
||||
router:
|
||||
strict_requirements: ~
|
||||
utf8: true
|
||||
|
|
|
|||
2
config/packages/test/twig.yaml
Normal file
2
config/packages/test/twig.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
twig:
|
||||
strict_variables: true
|
||||
|
|
@ -3,7 +3,7 @@ twig:
|
|||
debug: '%kernel.debug%'
|
||||
strict_variables: '%kernel.debug%'
|
||||
form_themes: ['bootstrap_4_horizontal_layout.html.twig', 'Form/extendedBootstrap4_layout.html.twig', 'Form/permissionLayout.html.twig' ]
|
||||
exception_controller: ~
|
||||
exception_controller: null
|
||||
|
||||
paths:
|
||||
'%kernel.project_dir%/assets/css': css
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue