MyTube/config/packages/twig.yaml

5 lines
172 B
YAML
Raw Permalink Normal View History

2021-01-05 17:08:26 +00:00
twig:
default_path: '%kernel.project_dir%/templates'
form_themes: [ 'bootstrap_4_layout.html.twig' ]
globals:
uuidMapper: '@App\Mapper\CustomUuidMapper'