Skip to content

Commit

Permalink
add twig.yaml to demonstrate conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Jun 2, 2022
1 parent fa8284c commit 7561792
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kbond/homepage-scaffold/0.1/config/packages/foo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
when@test:
twig:
strict_variables: true
8 changes: 8 additions & 0 deletions kbond/homepage-scaffold/0.1/config/packages/twig.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
twig:
default_path: '%kernel.project_dir%/templates'
form_themes:
- bootstrap_5_layout.html.twig

when@test:
twig:
strict_variables: true

0 comments on commit 7561792

Please sign in to comment.