MyTube/config/packages/twig.yaml
2021-01-18 17:40:45 +01:00

5 lines
No EOL
172 B
YAML

twig:
default_path: '%kernel.project_dir%/templates'
form_themes: [ 'bootstrap_4_layout.html.twig' ]
globals:
uuidMapper: '@App\Mapper\CustomUuidMapper'