Easy_solution/config/packages/twig.yaml

20 lines
396 B
YAML

twig:
file_name_pattern: '*.twig'
form_themes: ['bootstrap_5_layout.html.twig']
globals:
application: '%env(APPLICATION)%'
domain: '%env(APP_DOMAIN)%'
aws_url: '%env(AWS_S3_PORTAL_URL)%'
app_url: '%env(APP_URL)%'
version: '0.5'
paths:
'%kernel.project_dir%/assets/img': images
when@test:
twig:
strict_variables: true