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 30bfdb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions kbond/homepage-scaffold/0.1/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"copy-from-recipe": {
"config/": "config/",
"src/": "src/",
"templates/": "templates/",
"tests/": "tests/"
Expand Down

0 comments on commit 30bfdb7

Please sign in to comment.