We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1344d3 commit b4c20efCopy full SHA for b4c20ef
packages/edition-twig/patternlab-config.json
@@ -8,6 +8,41 @@
8
"paths": [
9
"./node_modules/@pattern-lab/uikit-workshop/views-twig"
10
]
11
+ },
12
+ {
13
+ "id": "atoms",
14
+ "recursive": true,
15
+ "paths": [
16
+ "./source/_patterns/00-atoms"
17
+ ]
18
19
20
+ "id": "molecules",
21
22
23
+ "./source/_patterns/01-molecules"
24
25
26
27
+ "id": "organisms",
28
29
30
+ "./source/_patterns/02-organisms"
31
32
33
34
+ "id": "templates",
35
36
37
+ "./source/_patterns/03-templates"
38
39
40
41
+ "id": "pages",
42
43
44
+ "./source/_patterns/04-pages"
45
46
}
47
],
48
"alterTwigEnv": [
0 commit comments