Easy_solution/config/packages/twig.yaml

19 lines
360 B
YAML

twig:
file_name_pattern: '*.twig'
form_themes: ['bootstrap_5_layout.html.twig']
globals:
application: '%env(APPLICATION)%'
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