|
26 | 26 | }; |
27 | 27 | var patternlab = { |
28 | 28 | patterns: [ |
29 | | - { |
30 | | - "fileName": "02-single-comment", |
31 | | - "subdir": "01-molecules/06-components", |
32 | | - "name": "01-molecules-06-components-02-single-comment", |
33 | | - "patternName": "single-comment", |
34 | | - "patternLink": "01-molecules-06-components-02-single-comment/01-molecules-06-components-02-single-comment.html", |
35 | | - "patternGroup": "molecules", |
36 | | - "patternSubGroup": "components", |
37 | | - "flatPatternPath": "01-molecules-06-components", |
38 | | - "key": "molecules-single-comment", |
39 | | - "template": "<p>{{description}}</p>", |
40 | | - "extendedTemplate": "<p>{{description}}</p>" |
41 | | - } |
| 29 | + { |
| 30 | + "fileName": "02-single-comment", |
| 31 | + "subdir": "01-molecules/06-components", |
| 32 | + "name": "01-molecules-06-components-02-single-comment", |
| 33 | + "patternName": "single-comment", |
| 34 | + "patternLink": "01-molecules-06-components-02-single-comment/01-molecules-06-components-02-single-comment.html", |
| 35 | + "patternGroup": "molecules", |
| 36 | + "patternSubGroup": "components", |
| 37 | + "flatPatternPath": "01-molecules-06-components", |
| 38 | + "key": "molecules-single-comment", |
| 39 | + "template": "<p>{{description}}</p>", |
| 40 | + "extendedTemplate": "<p>{{description}}</p>" |
| 41 | + } |
42 | 42 | ], |
43 | 43 | config: { |
44 | 44 | debug: false |
45 | 45 | }, |
46 | 46 | data: { |
47 | 47 | description: 'Not a quote from a smart man' |
48 | | - } |
| 48 | + }, |
| 49 | + partials: {}, |
49 | 50 | }; |
50 | 51 |
|
51 | 52 | var parameter_hunter = new ph(); |
|
77 | 78 | ] |
78 | 79 | }; |
79 | 80 | var patternlab = { |
| 81 | + partials: {}, |
80 | 82 | patterns: [ |
81 | 83 | { |
82 | 84 | "fileName": "02-single-comment", |
|
130 | 132 | ] |
131 | 133 | }; |
132 | 134 | var patternlab = { |
133 | | - patterns: [ |
| 135 | + partials: {}, |
| 136 | + patterns: [ |
134 | 137 | { |
135 | 138 | "fileName": "02-single-comment", |
136 | 139 | "subdir": "01-molecules/06-components", |
|
182 | 185 | ] |
183 | 186 | }; |
184 | 187 | var patternlab = { |
185 | | - patterns: [ |
| 188 | + partials: {}, |
| 189 | + patterns: [ |
186 | 190 | { |
187 | 191 | "fileName": "02-single-comment", |
188 | 192 | "subdir": "01-molecules/06-components", |
|
0 commit comments