mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-30 07:20:11 +00:00
11 lines
416 B
YAML
11 lines
416 B
YAML
twig:
|
|
debug: '%kernel.debug%'
|
|
strict_variables: '%kernel.debug%'
|
|
form_themes:
|
|
- 'form/vertical.html.twig'
|
|
exception_controller: null
|
|
paths:
|
|
# used in templates/emails/layout.html.twig
|
|
'%kernel.project_dir%/assets/css': css
|
|
'%kernel.project_dir%/templates/bundles/TablerBundle': theme
|
|
'%kernel.project_dir%/vendor/kevinpapst/tabler-bundle/templates': theme
|