|
21 | 21 | "tools-docs": false |
22 | 22 | }, |
23 | 23 | "ishViewportRange": { |
24 | | - "s": [240, 500, 240, 500, 240, 500], |
25 | | - "m": [500, 800, 500, 800, 500, 800], |
26 | | - "l": [800, 2600, 800, 2600, 800, 2600] |
| 24 | + "s": [ |
| 25 | + 240, |
| 26 | + 500, |
| 27 | + 240, |
| 28 | + 500, |
| 29 | + 240, |
| 30 | + 500 |
| 31 | + ], |
| 32 | + "m": [ |
| 33 | + 500, |
| 34 | + 800, |
| 35 | + 500, |
| 36 | + 800, |
| 37 | + 500, |
| 38 | + 800 |
| 39 | + ], |
| 40 | + "l": [ |
| 41 | + 800, |
| 42 | + 2600, |
| 43 | + 800, |
| 44 | + 2600, |
| 45 | + 800, |
| 46 | + 2600 |
| 47 | + ] |
27 | 48 | }, |
28 | 49 | "logLevel": "error", |
29 | 50 | "outputFileSuffixes": { |
|
94 | 115 | { |
95 | 116 | "id": "uikit", |
96 | 117 | "recursive": true, |
97 | | - "paths": ["./node_modules/@pattern-lab/uikit-workshop/views-twig"] |
| 118 | + "paths": [ |
| 119 | + "./node_modules/@pattern-lab/uikit-workshop/views-twig" |
| 120 | + ] |
| 121 | + }, |
| 122 | + { |
| 123 | + "id": "static", |
| 124 | + "recursive": true, |
| 125 | + "paths": [ |
| 126 | + "./source/default/static" |
| 127 | + ] |
| 128 | + }, |
| 129 | + { |
| 130 | + "id": "lib", |
| 131 | + "recursive": true, |
| 132 | + "paths": [ |
| 133 | + "./source/default/lib" |
| 134 | + ] |
98 | 135 | }, |
99 | 136 | { |
100 | 137 | "id": "protons", |
101 | 138 | "recursive": true, |
102 | | - "paths": ["./source/default/_patterns/00-protons"] |
| 139 | + "paths": [ |
| 140 | + "./source/default/_patterns/00-protons" |
| 141 | + ] |
103 | 142 | }, |
104 | 143 | { |
105 | 144 | "id": "atoms", |
106 | 145 | "recursive": true, |
107 | | - "paths": ["source/default/_patterns/01-atoms"] |
| 146 | + "paths": [ |
| 147 | + "source/default/_patterns/01-atoms" |
| 148 | + ] |
108 | 149 | }, |
109 | 150 | { |
110 | 151 | "id": "molecules", |
111 | 152 | "recursive": true, |
112 | | - "paths": ["./source/default/_patterns/02-molecules"] |
| 153 | + "paths": [ |
| 154 | + "./source/default/_patterns/02-molecules" |
| 155 | + ] |
113 | 156 | }, |
114 | 157 | { |
115 | 158 | "id": "organisms", |
116 | 159 | "recursive": true, |
117 | | - "paths": ["./source/default/_patterns/03-organisms"] |
| 160 | + "paths": [ |
| 161 | + "./source/default/_patterns/03-organisms" |
| 162 | + ] |
118 | 163 | }, |
119 | 164 | { |
120 | 165 | "id": "templates", |
121 | 166 | "recursive": true, |
122 | | - "paths": ["./source/default/_patterns/04-templates"] |
| 167 | + "paths": [ |
| 168 | + "./source/default/_patterns/04-templates" |
| 169 | + ] |
123 | 170 | }, |
124 | 171 | { |
125 | 172 | "id": "pages", |
126 | 173 | "recursive": true, |
127 | | - "paths": ["./source/default/_patterns/05-pages"] |
| 174 | + "paths": [ |
| 175 | + "./source/default/_patterns/05-pages" |
| 176 | + ] |
128 | 177 | }, |
129 | 178 | { |
130 | 179 | "id": "demo", |
131 | 180 | "recursive": true, |
132 | | - "paths": ["./apps/pl-default/pattern-lab/_patterns/00-protons-demo"] |
| 181 | + "paths": [ |
| 182 | + "./apps/pl-default/pattern-lab/_patterns/00-protons-demo" |
| 183 | + ] |
133 | 184 | }, |
134 | 185 | { |
135 | 186 | "id": "demos", |
136 | 187 | "recursive": true, |
137 | | - "paths": ["./apps/pl-default/pattern-lab/_patterns"] |
| 188 | + "paths": [ |
| 189 | + "./apps/pl-default/pattern-lab/_patterns" |
| 190 | + ] |
138 | 191 | }, |
139 | 192 | { |
140 | 193 | "id": "macros", |
141 | 194 | "recursive": true, |
142 | | - "paths": ["./source/default/_macros"] |
| 195 | + "paths": [ |
| 196 | + "./source/default/_macros" |
| 197 | + ] |
143 | 198 | } |
144 | 199 | ], |
145 | 200 | "alterTwigEnv": [ |
146 | 201 | { |
147 | 202 | "file": "./apps/pl-default/pattern-lab/alter-twig.php", |
148 | | - "functions": ["addFilters", "addFunctions", "addDebug"] |
| 203 | + "functions": [ |
| 204 | + "addFilters", |
| 205 | + "addFunctions", |
| 206 | + "addDebug" |
| 207 | + ] |
149 | 208 | } |
150 | 209 | ] |
151 | 210 | } |
|
0 commit comments