Skip to content

Commit b4c20ef

Browse files
committed
fix: fix Twig Edition examples by adding missing Twig namespaces to config
1 parent d1344d3 commit b4c20ef

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

packages/edition-twig/patternlab-config.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,41 @@
88
"paths": [
99
"./node_modules/@pattern-lab/uikit-workshop/views-twig"
1010
]
11+
},
12+
{
13+
"id": "atoms",
14+
"recursive": true,
15+
"paths": [
16+
"./source/_patterns/00-atoms"
17+
]
18+
},
19+
{
20+
"id": "molecules",
21+
"recursive": true,
22+
"paths": [
23+
"./source/_patterns/01-molecules"
24+
]
25+
},
26+
{
27+
"id": "organisms",
28+
"recursive": true,
29+
"paths": [
30+
"./source/_patterns/02-organisms"
31+
]
32+
},
33+
{
34+
"id": "templates",
35+
"recursive": true,
36+
"paths": [
37+
"./source/_patterns/03-templates"
38+
]
39+
},
40+
{
41+
"id": "pages",
42+
"recursive": true,
43+
"paths": [
44+
"./source/_patterns/04-pages"
45+
]
1146
}
1247
],
1348
"alterTwigEnv": [

0 commit comments

Comments
 (0)