Skip to content

Commit 8694ff3

Browse files
committed
fix(starterkit-twig-demo): add macro Twig namespace
1 parent 1ae92f6 commit 8694ff3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/starterkit-twig-demo/patternlab-config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
"paths": [
3737
"source/_patterns/04-pages"
3838
]
39+
},
40+
{
41+
"id": "macros",
42+
"recursive": true,
43+
"paths": [
44+
"source/_macros"
45+
]
3946
}
4047
]
4148
}

0 commit comments

Comments
 (0)