17 lines
361 B
YAML
17 lines
361 B
YAML
twig:
|
|
file_name_pattern: '*.twig'
|
|
date:
|
|
format: 'd M Y'
|
|
interval_format: '%d days'
|
|
timezone: null
|
|
number_format:
|
|
decimals: 2
|
|
decimal_point: ','
|
|
thousands_separator: '.'
|
|
globals:
|
|
'application': '@Basango\SharedKernel\Domain\Application'
|
|
|
|
when@test:
|
|
twig:
|
|
strict_variables: true
|