-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathtwig.yaml
More file actions
18 lines (18 loc) · 789 Bytes
/
twig.yaml
File metadata and controls
18 lines (18 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Twig Configuration
twig:
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
paths:
"%kernel.project_dir%/theme/%theme.name%/templates/modules": theme
"%kernel.project_dir%/theme/%theme.name%/templates/layouts": themeLayouts
"%kernel.project_dir%/theme/%theme.name%/images": images
"%kernel.project_dir%/theme/base/templates/modules": theme
"%kernel.project_dir%/theme/base/templates/layouts": themeLayouts
"%kernel.project_dir%/theme/base/images": images
globals:
assetsVersion: "%asset_version%"
defaultTitle: "%view_default_title%"
defaultHeader: "%view_default_header%"
defaultLogo: "%view_default_logo%"
envName: "%env_name%"
envRibbonColor: "%env_ribbon_color%"