Version Description
- Added setting to choose whether to load frontend CSS or not.
Download this release
Release Info
Developer | Benbodhi |
Plugin | SVG Support |
Version | 2.3.17 |
Comparing to | |
See all releases |
Code changes from version 2.3.16 to 2.3.17
- admin/svgs-settings-page.php +12 -0
- config.codekit3 +436 -186
- functions/enqueue.php +9 -2
- readme.txt +7 -1
- svg-support.php +2 -2
admin/svgs-settings-page.php
CHANGED
@@ -74,6 +74,18 @@
|
|
74 |
</td>
|
75 |
</tr>
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
<tr valign="top" class="svgs-simple">
|
78 |
<!-- Simple/Advanced mode selector -->
|
79 |
<th scope="row">
|
74 |
</td>
|
75 |
</tr>
|
76 |
|
77 |
+
<tr valign="top">
|
78 |
+
<!-- Option to avoid CSS file loading on frontend -->
|
79 |
+
<th scope="row">
|
80 |
+
<label for="bodhi_svgs_settings[frontend_css]"><strong><?php _e( 'Load frontend CSS?', 'svg-support' ); ?></strong></label>
|
81 |
+
</th>
|
82 |
+
<td>
|
83 |
+
<?php printf(
|
84 |
+
'<input id="bodhi_svgs_settings[frontend_css]" name="bodhi_svgs_settings[frontend_css]" type="checkbox" %2$s />', 'bodhi_svgs_settings_restrict', checked( isset( $bodhi_svgs_options['frontend_css'] ), true, false ) ); ?>
|
85 |
+
<?php _e( 'Yes', 'svg-support' ); ?><br /><small class="description"><?php _e('A very small piece of code that helps with displaying SVGs on the frontend in some cases.', 'svg-support' ); ?></small>
|
86 |
+
</td>
|
87 |
+
</tr>
|
88 |
+
|
89 |
<tr valign="top" class="svgs-simple">
|
90 |
<!-- Simple/Advanced mode selector -->
|
91 |
<th scope="row">
|
config.codekit3
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"AAInfo": "This is a CodeKit 3 project config file. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. Doing so will cause CodeKit to crash and
|
3 |
"buildSteps": [
|
4 |
{
|
5 |
"name": "Process All Remaining Files and Folders",
|
@@ -7,226 +7,248 @@
|
|
7 |
"uuidString": "FDF09C14-788E-4A4D-A218-DA6A56580A0D"
|
8 |
}
|
9 |
],
|
10 |
-
"creatorBuild": "
|
11 |
"files": {
|
12 |
-
"
|
13 |
"cB": 0,
|
14 |
"ft": 8192,
|
|
|
15 |
"oA": 2,
|
16 |
-
"oAP": "
|
17 |
"oF": 0
|
18 |
},
|
19 |
-
"
|
20 |
"cB": 0,
|
21 |
"ft": 8192,
|
|
|
22 |
"oA": 2,
|
23 |
-
"oAP": "
|
24 |
"oF": 0
|
25 |
},
|
26 |
-
"
|
27 |
"ft": 32768,
|
28 |
"iS": 3373,
|
29 |
"oA": 0,
|
30 |
-
"oAP": "
|
31 |
"oF": 0,
|
32 |
"oIPL": 0,
|
33 |
"opt": 0,
|
34 |
"oT": 1,
|
35 |
"q": 100
|
36 |
},
|
37 |
-
"
|
38 |
"cB": 0,
|
39 |
"ft": 8192,
|
|
|
40 |
"oA": 2,
|
41 |
-
"oAP": "
|
42 |
"oF": 0
|
43 |
},
|
44 |
-
"
|
45 |
"cB": 0,
|
46 |
"ft": 8192,
|
|
|
47 |
"oA": 2,
|
48 |
-
"oAP": "
|
49 |
"oF": 0
|
50 |
},
|
51 |
-
"
|
52 |
"cB": 0,
|
53 |
"ft": 8192,
|
|
|
54 |
"oA": 2,
|
55 |
-
"oAP": "
|
56 |
"oF": 0
|
57 |
},
|
58 |
-
"
|
59 |
"aP": 1,
|
60 |
"bl": 0,
|
61 |
"ft": 16,
|
62 |
"ma": 0,
|
63 |
"oA": 0,
|
64 |
-
"oAP": "
|
65 |
"oF": 0,
|
66 |
"oS": 0
|
67 |
},
|
68 |
-
"
|
69 |
"aP": 1,
|
70 |
"bl": 0,
|
71 |
"ft": 16,
|
72 |
"ma": 0,
|
73 |
"oA": 0,
|
74 |
-
"oAP": "
|
75 |
"oF": 0,
|
76 |
"oS": 0
|
77 |
},
|
78 |
-
"
|
79 |
"aP": 1,
|
80 |
"bl": 0,
|
81 |
"ft": 16,
|
82 |
"ma": 0,
|
83 |
"oA": 0,
|
84 |
-
"oAP": "
|
85 |
"oF": 0,
|
86 |
"oS": 0
|
87 |
},
|
88 |
-
"
|
89 |
"aP": 1,
|
90 |
"bl": 0,
|
91 |
"ft": 16,
|
92 |
"ma": 0,
|
93 |
"oA": 0,
|
94 |
-
"oAP": "
|
95 |
"oF": 0,
|
96 |
"oS": 0
|
97 |
},
|
98 |
-
"
|
99 |
"cB": 0,
|
100 |
"ft": 8192,
|
|
|
101 |
"oA": 2,
|
102 |
-
"oAP": "
|
103 |
"oF": 0
|
104 |
},
|
105 |
-
"
|
106 |
"cB": 0,
|
107 |
"ft": 8192,
|
|
|
108 |
"oA": 2,
|
109 |
-
"oAP": "
|
110 |
"oF": 0
|
111 |
},
|
112 |
-
"
|
113 |
"cB": 0,
|
114 |
"ft": 8192,
|
|
|
115 |
"oA": 2,
|
116 |
-
"oAP": "
|
117 |
"oF": 0
|
118 |
},
|
119 |
-
"
|
120 |
"cB": 0,
|
121 |
"ft": 8192,
|
|
|
122 |
"oA": 2,
|
123 |
-
"oAP": "
|
124 |
"oF": 0
|
125 |
},
|
126 |
-
"
|
127 |
"cB": 0,
|
128 |
"ft": 8192,
|
|
|
129 |
"oA": 2,
|
130 |
-
"oAP": "
|
131 |
"oF": 0
|
132 |
},
|
133 |
-
"
|
134 |
"cB": 0,
|
135 |
"ft": 8192,
|
|
|
136 |
"oA": 2,
|
137 |
-
"oAP": "
|
138 |
"oF": 0
|
139 |
},
|
140 |
-
"
|
141 |
"cB": 0,
|
142 |
"ft": 8192,
|
|
|
143 |
"oA": 2,
|
144 |
-
"oAP": "
|
145 |
"oF": 0
|
146 |
},
|
147 |
-
"
|
|
|
148 |
"ft": 64,
|
149 |
"ma": 0,
|
150 |
"mi": 1,
|
151 |
"oA": 0,
|
152 |
-
"oAP": "
|
153 |
"oF": 0,
|
154 |
"sC": 1,
|
155 |
"tS": 0
|
156 |
},
|
157 |
-
"
|
|
|
158 |
"ft": 64,
|
159 |
"ma": 0,
|
160 |
"mi": 1,
|
161 |
"oA": 0,
|
162 |
-
"oAP": "
|
163 |
"oF": 0,
|
164 |
"sC": 1,
|
165 |
"tS": 0
|
166 |
},
|
167 |
-
"
|
|
|
168 |
"ft": 64,
|
169 |
"ma": 0,
|
170 |
"mi": 1,
|
171 |
"oA": 0,
|
172 |
-
"oAP": "
|
173 |
"oF": 2,
|
174 |
"sC": 1,
|
175 |
"tS": 0
|
176 |
},
|
177 |
-
"
|
|
|
178 |
"ft": 64,
|
179 |
"ma": 0,
|
180 |
"mi": 1,
|
181 |
"oA": 0,
|
182 |
-
"oAP": "
|
183 |
"oF": 2,
|
184 |
"sC": 1,
|
185 |
"tS": 0
|
186 |
},
|
187 |
-
"
|
188 |
"cB": 0,
|
189 |
"ft": 8192,
|
|
|
190 |
"oA": 2,
|
191 |
-
"oAP": "
|
192 |
"oF": 0
|
193 |
},
|
194 |
-
"
|
195 |
"cB": 0,
|
196 |
"ft": 8192,
|
|
|
197 |
"oA": 2,
|
198 |
-
"oAP": "
|
199 |
"oF": 0
|
200 |
},
|
201 |
-
"
|
202 |
"cB": 0,
|
203 |
"ft": 8192,
|
|
|
204 |
"oA": 2,
|
205 |
-
"oAP": "
|
206 |
"oF": 0
|
207 |
},
|
208 |
-
"
|
209 |
"cB": 0,
|
210 |
"ft": 8192,
|
|
|
211 |
"oA": 2,
|
212 |
-
"oAP": "
|
213 |
"oF": 0
|
214 |
},
|
215 |
-
"
|
216 |
"cB": 0,
|
217 |
"ft": 8192,
|
|
|
218 |
"oA": 2,
|
219 |
-
"oAP": "
|
220 |
"oF": 0
|
221 |
},
|
222 |
-
"
|
223 |
"cB": 0,
|
224 |
"ft": 8192,
|
|
|
225 |
"oA": 2,
|
226 |
-
"oAP": "
|
227 |
"oF": 0
|
228 |
},
|
229 |
-
"
|
230 |
"aP": 0,
|
231 |
"bl": 0,
|
232 |
"dP": 10,
|
@@ -234,12 +256,12 @@
|
|
234 |
"ft": 4,
|
235 |
"ma": 0,
|
236 |
"oA": 0,
|
237 |
-
"oAP": "
|
238 |
"oF": 2,
|
239 |
"oS": 3,
|
240 |
"uL": 1
|
241 |
},
|
242 |
-
"
|
243 |
"aP": 0,
|
244 |
"bl": 0,
|
245 |
"dP": 10,
|
@@ -247,12 +269,12 @@
|
|
247 |
"ft": 4,
|
248 |
"ma": 0,
|
249 |
"oA": 0,
|
250 |
-
"oAP": "
|
251 |
"oF": 2,
|
252 |
"oS": 3,
|
253 |
"uL": 1
|
254 |
},
|
255 |
-
"
|
256 |
"aP": 0,
|
257 |
"bl": 0,
|
258 |
"dP": 10,
|
@@ -260,12 +282,12 @@
|
|
260 |
"ft": 4,
|
261 |
"ma": 0,
|
262 |
"oA": 0,
|
263 |
-
"oAP": "
|
264 |
"oF": 2,
|
265 |
"oS": 3,
|
266 |
"uL": 1
|
267 |
},
|
268 |
-
"
|
269 |
"aP": 0,
|
270 |
"bl": 0,
|
271 |
"dP": 10,
|
@@ -273,23 +295,24 @@
|
|
273 |
"ft": 4,
|
274 |
"ma": 0,
|
275 |
"oA": 0,
|
276 |
-
"oAP": "
|
277 |
"oF": 2,
|
278 |
"oS": 3,
|
279 |
"uL": 1
|
280 |
},
|
281 |
-
"
|
282 |
"cB": 0,
|
283 |
"ft": 8192,
|
|
|
284 |
"oA": 2,
|
285 |
-
"oAP": "
|
286 |
"oF": 0
|
287 |
},
|
288 |
-
"
|
289 |
"ft": 32768,
|
290 |
"iS": 38215,
|
291 |
"oA": 0,
|
292 |
-
"oAP": "
|
293 |
"oF": 0,
|
294 |
"oIPL": 0,
|
295 |
"opt": 0,
|
@@ -303,163 +326,178 @@
|
|
303 |
},
|
304 |
"projectAttributes": {
|
305 |
"creationDate": 507572464,
|
306 |
-
"displayValue": "
|
307 |
"displayValueWasSetByUser": 0,
|
308 |
-
"iconImageName": "
|
309 |
"iconImageWasSetByUser": 0
|
310 |
},
|
311 |
"projectSettings": {
|
312 |
"abortBuildOnError": 1,
|
|
|
313 |
"alwaysUseExternalServer": 0,
|
314 |
"animateCSSInjections": 1,
|
315 |
"autoBuildNewItems": 1,
|
316 |
-
"autoprefixerBrowserString": "> 1%, last 2 versions, Firefox ESR, Opera 12.1",
|
317 |
"autoprefixerEnableIEGrid": 0,
|
|
|
|
|
318 |
"babelAuxiliaryCommentAfter": "",
|
319 |
"babelAuxiliaryCommentBefore": "",
|
320 |
-
"
|
321 |
"babelCustomPluginsList": "",
|
322 |
"babelCustomPresetsList": "",
|
|
|
323 |
"babelInsertModuleIDs": 0,
|
324 |
"babelModuleID": "",
|
325 |
"babelNoComments": 0,
|
326 |
"babelPlugins": {
|
|
|
|
|
|
|
327 |
"async-generator-functions": {
|
328 |
"active": 0
|
329 |
},
|
330 |
"async-to-generator": {
|
331 |
"active": 0
|
332 |
},
|
333 |
-
"
|
|
|
|
|
|
|
334 |
"active": 0
|
335 |
},
|
336 |
"class-properties": {
|
337 |
"active": 0
|
338 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
339 |
"decorators": {
|
340 |
"active": 0
|
341 |
},
|
342 |
-
"
|
343 |
"active": 0
|
344 |
},
|
345 |
"do-expressions": {
|
346 |
"active": 0
|
347 |
},
|
348 |
-
"
|
349 |
"active": 0
|
350 |
},
|
351 |
-
"
|
352 |
"active": 0
|
353 |
},
|
354 |
-
"
|
355 |
"active": 0
|
356 |
},
|
357 |
-
"
|
358 |
"active": 0
|
359 |
},
|
360 |
-
"
|
361 |
"active": 0
|
362 |
},
|
363 |
-
"
|
364 |
"active": 0
|
365 |
},
|
366 |
-
"
|
367 |
"active": 0
|
368 |
},
|
369 |
-
"
|
370 |
"active": 0
|
371 |
},
|
372 |
-
"
|
373 |
"active": 0
|
374 |
},
|
375 |
-
"
|
376 |
"active": 0
|
377 |
},
|
378 |
-
"
|
379 |
"active": 0
|
380 |
},
|
381 |
-
"
|
382 |
"active": 0
|
383 |
},
|
384 |
-
"
|
385 |
"active": 0
|
386 |
},
|
387 |
-
"
|
388 |
"active": 0
|
389 |
},
|
390 |
-
"
|
391 |
"active": 0
|
392 |
},
|
393 |
-
"
|
394 |
"active": 0
|
395 |
},
|
396 |
-
"
|
397 |
"active": 0
|
398 |
},
|
399 |
-
"
|
400 |
"active": 0
|
401 |
},
|
402 |
-
"
|
403 |
"active": 0
|
404 |
},
|
405 |
-
"
|
406 |
"active": 0
|
407 |
},
|
408 |
-
"
|
409 |
"active": 0
|
410 |
},
|
411 |
-
"
|
412 |
"active": 0
|
413 |
},
|
414 |
-
"
|
415 |
"active": 0
|
416 |
},
|
417 |
-
"
|
418 |
"active": 0
|
419 |
},
|
420 |
-
"
|
421 |
"active": 0
|
422 |
},
|
423 |
-
"
|
424 |
"active": 0
|
425 |
},
|
426 |
-
"
|
427 |
"active": 0
|
428 |
},
|
429 |
-
"
|
430 |
"active": 0
|
431 |
},
|
432 |
-
"
|
433 |
"active": 0
|
434 |
},
|
435 |
-
"
|
436 |
"active": 0
|
437 |
},
|
438 |
-
"
|
439 |
"active": 0
|
440 |
},
|
441 |
-
"
|
442 |
"active": 0
|
443 |
},
|
444 |
-
"
|
445 |
"active": 0
|
446 |
},
|
447 |
-
"
|
448 |
"active": 0
|
449 |
},
|
450 |
-
"
|
451 |
"active": 0
|
452 |
},
|
453 |
-
"
|
454 |
"active": 0
|
455 |
},
|
456 |
-
"
|
457 |
"active": 0
|
458 |
},
|
459 |
-
"
|
460 |
"active": 0
|
461 |
},
|
462 |
-
"
|
463 |
"active": 0
|
464 |
},
|
465 |
"object-assign": {
|
@@ -471,9 +509,33 @@
|
|
471 |
"object-set-prototype-of-to-assign": {
|
472 |
"active": 0
|
473 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
474 |
"property-literals": {
|
475 |
"active": 0
|
476 |
},
|
|
|
|
|
|
|
477 |
"proto-to-assign": {
|
478 |
"active": 0
|
479 |
},
|
@@ -501,67 +563,66 @@
|
|
501 |
"regenerator": {
|
502 |
"active": 0
|
503 |
},
|
504 |
-
"
|
505 |
"active": 0
|
506 |
},
|
507 |
-
"remove-
|
508 |
"active": 0
|
509 |
},
|
510 |
-
"
|
511 |
"active": 0
|
512 |
},
|
513 |
-
"
|
514 |
"active": 0
|
515 |
},
|
516 |
-
"
|
517 |
"active": 0
|
518 |
},
|
519 |
-
"
|
520 |
"active": 0
|
521 |
},
|
522 |
-
"
|
523 |
"active": 0
|
524 |
},
|
525 |
-
"
|
526 |
"active": 0
|
527 |
},
|
528 |
-
"
|
529 |
"active": 0
|
530 |
},
|
531 |
-
"
|
532 |
"active": 0
|
533 |
},
|
534 |
-
"
|
535 |
"active": 0
|
536 |
},
|
537 |
-
"
|
538 |
"active": 0
|
539 |
},
|
540 |
-
"
|
541 |
"active": 0
|
542 |
},
|
543 |
-
"
|
544 |
"active": 0
|
545 |
},
|
546 |
-
"
|
547 |
"active": 0
|
548 |
},
|
549 |
-
"
|
550 |
"active": 0
|
551 |
},
|
552 |
-
"
|
553 |
"active": 0
|
554 |
}
|
555 |
},
|
556 |
-
"babelPresetType": 193,
|
557 |
"babelRetainLines": 0,
|
|
|
558 |
"bowerAbbreviatedPath": "bower_components",
|
559 |
-
"
|
560 |
-
"
|
561 |
-
"bowerSaveDependencies": 1,
|
562 |
-
"bowerSaveDevDependencies": 0,
|
563 |
"bowerUseExactVersion": 0,
|
564 |
"browserRefreshDelay": 0,
|
|
|
565 |
"buildFolderActive": 0,
|
566 |
"buildFolderName": "build",
|
567 |
"cleanBuild": 1,
|
@@ -703,6 +764,7 @@
|
|
703 |
"flagValue": -1
|
704 |
}
|
705 |
},
|
|
|
706 |
"esLintConfigFileHandlingType": 0,
|
707 |
"esLintECMAVersion": 7,
|
708 |
"esLintEnvironmentsMask": 1,
|
@@ -807,6 +869,10 @@
|
|
807 |
"active": 0,
|
808 |
"optionString": ""
|
809 |
},
|
|
|
|
|
|
|
|
|
810 |
"dot-location": {
|
811 |
"active": 0,
|
812 |
"optionString": "'object'"
|
@@ -919,6 +985,10 @@
|
|
919 |
"active": 0,
|
920 |
"optionString": "'always', {exceptAfterSingleLine: false}"
|
921 |
},
|
|
|
|
|
|
|
|
|
922 |
"max-depth": {
|
923 |
"active": 0,
|
924 |
"optionString": "{'max': 4}"
|
@@ -931,6 +1001,10 @@
|
|
931 |
"active": 0,
|
932 |
"optionString": "{'max': 300, 'skipBlankLines': true, 'skipComments': true}"
|
933 |
},
|
|
|
|
|
|
|
|
|
934 |
"max-nested-callbacks": {
|
935 |
"active": 0,
|
936 |
"optionString": "{'max': 10}"
|
@@ -975,6 +1049,10 @@
|
|
975 |
"active": 0,
|
976 |
"optionString": ""
|
977 |
},
|
|
|
|
|
|
|
|
|
978 |
"no-await-in-loop": {
|
979 |
"active": 0,
|
980 |
"optionString": ""
|
@@ -995,10 +1073,6 @@
|
|
995 |
"active": 1,
|
996 |
"optionString": ""
|
997 |
},
|
998 |
-
"no-catch-shadow": {
|
999 |
-
"active": 0,
|
1000 |
-
"optionString": ""
|
1001 |
-
},
|
1002 |
"no-class-assign": {
|
1003 |
"active": 1,
|
1004 |
"optionString": ""
|
@@ -1147,6 +1221,10 @@
|
|
1147 |
"active": 0,
|
1148 |
"optionString": ""
|
1149 |
},
|
|
|
|
|
|
|
|
|
1150 |
"no-inline-comments": {
|
1151 |
"active": 0,
|
1152 |
"optionString": ""
|
@@ -1195,9 +1273,13 @@
|
|
1195 |
"active": 0,
|
1196 |
"optionString": "{'ignore': [], 'ignoreArrayIndexes': true, 'enforceConst': false, 'detectObjects': false}"
|
1197 |
},
|
|
|
|
|
|
|
|
|
1198 |
"no-mixed-operators": {
|
1199 |
"active": 0,
|
1200 |
-
"optionString": "{'groups': [['+', '-', '*', '
|
1201 |
},
|
1202 |
"no-mixed-requires": {
|
1203 |
"active": 0,
|
@@ -1447,6 +1529,10 @@
|
|
1447 |
"active": 0,
|
1448 |
"optionString": ""
|
1449 |
},
|
|
|
|
|
|
|
|
|
1450 |
"no-useless-computed-key": {
|
1451 |
"active": 1,
|
1452 |
"optionString": ""
|
@@ -1547,14 +1633,26 @@
|
|
1547 |
"active": 0,
|
1548 |
"optionString": "{'array': true, 'object': true}, {'enforceForRenamedProperties': false}"
|
1549 |
},
|
|
|
|
|
|
|
|
|
1550 |
"prefer-numeric-literals": {
|
1551 |
"active": 0,
|
1552 |
"optionString": ""
|
1553 |
},
|
|
|
|
|
|
|
|
|
1554 |
"prefer-promise-reject-errors": {
|
1555 |
"active": 0,
|
1556 |
"optionString": "{'allowEmptyReject': false}"
|
1557 |
},
|
|
|
|
|
|
|
|
|
1558 |
"prefer-rest-params": {
|
1559 |
"active": 0,
|
1560 |
"optionString": ""
|
@@ -1579,6 +1677,10 @@
|
|
1579 |
"active": 0,
|
1580 |
"optionString": "'always'"
|
1581 |
},
|
|
|
|
|
|
|
|
|
1582 |
"require-await": {
|
1583 |
"active": 0,
|
1584 |
"optionString": ""
|
@@ -1587,6 +1689,10 @@
|
|
1587 |
"active": 0,
|
1588 |
"optionString": "{'require': {'FunctionDeclaration': true, 'MethodDefinition': false, 'ClassDeclaration': false, 'ArrowFunctionExpression': false}}"
|
1589 |
},
|
|
|
|
|
|
|
|
|
1590 |
"require-yield": {
|
1591 |
"active": 0,
|
1592 |
"optionString": ""
|
@@ -1641,7 +1747,7 @@
|
|
1641 |
},
|
1642 |
"spaced-comment": {
|
1643 |
"active": 0,
|
1644 |
-
"optionString": "'always', {'line': {'markers': ['
|
1645 |
},
|
1646 |
"strict": {
|
1647 |
"active": 0,
|
@@ -1701,7 +1807,7 @@
|
|
1701 |
}
|
1702 |
},
|
1703 |
"esLintSourceType": 0,
|
1704 |
-
"externalServerAddress": "http
|
1705 |
"gitIgnoreBuildFolder": 1,
|
1706 |
"hideConfigFile": 0,
|
1707 |
"jsCheckerReservedNamesString": "",
|
@@ -2096,8 +2202,8 @@
|
|
2096 |
"escapeHTMLCharacters": 0,
|
2097 |
"noEscapeInAttributes": 0,
|
2098 |
"outputFormat": 2,
|
2099 |
-
"outputStyle": 0,
|
2100 |
"shouldRunCacheBuster": 0,
|
|
|
2101 |
"useCDATA": 0,
|
2102 |
"useDoubleQuotes": 0,
|
2103 |
"useUnixNewlines": 0
|
@@ -2115,10 +2221,11 @@
|
|
2115 |
"languageDefaultsJS": {
|
2116 |
"autoOutputAction": 0,
|
2117 |
"autoOutputPathFilenamePattern": "*-min.js",
|
2118 |
-
"autoOutputPathRelativePath": "
|
2119 |
"autoOutputPathReplace1": "",
|
2120 |
"autoOutputPathReplace2": "",
|
2121 |
"autoOutputPathStyle": 0,
|
|
|
2122 |
"createSourceMap": 0,
|
2123 |
"minifyOutput": 1,
|
2124 |
"syntaxCheckerStyle": 1,
|
@@ -2141,25 +2248,25 @@
|
|
2141 |
"autoOutputPathReplace1": "kit",
|
2142 |
"autoOutputPathReplace2": "html",
|
2143 |
"autoOutputPathStyle": 0,
|
2144 |
-
"shouldRunCacheBuster": 0
|
|
|
2145 |
},
|
2146 |
"languageDefaultsLESS": {
|
2147 |
"allowInsecureImports": 0,
|
2148 |
"autoOutputAction": 0,
|
2149 |
"autoOutputPathFilenamePattern": "*.css",
|
2150 |
-
"autoOutputPathRelativePath": "
|
2151 |
"autoOutputPathReplace1": "less",
|
2152 |
"autoOutputPathReplace2": "css",
|
2153 |
"autoOutputPathStyle": 0,
|
2154 |
"createSourceMap": 1,
|
2155 |
-
"
|
2156 |
-
"
|
2157 |
"outputStyle": 0,
|
2158 |
-
"
|
2159 |
"shouldRunAutoprefixer": 0,
|
2160 |
"shouldRunBless": 0,
|
2161 |
"strictImports": 0,
|
2162 |
-
"strictMath": 0,
|
2163 |
"strictUnits": 0
|
2164 |
},
|
2165 |
"languageDefaultsMARKDOWN": {
|
@@ -2180,6 +2287,7 @@
|
|
2180 |
"processHTML": 0,
|
2181 |
"randomFootnoteNumbers": 0,
|
2182 |
"shouldRunCacheBuster": 0,
|
|
|
2183 |
"useCompatibilityMode": 0
|
2184 |
},
|
2185 |
"languageDefaultsOTHER": {
|
@@ -2189,7 +2297,8 @@
|
|
2189 |
"autoOutputPathReplace1": "",
|
2190 |
"autoOutputPathReplace2": "",
|
2191 |
"autoOutputPathStyle": 0,
|
2192 |
-
"shouldRunCacheBuster": 0
|
|
|
2193 |
},
|
2194 |
"languageDefaultsPNG": {
|
2195 |
"autoOutputAction": 0,
|
@@ -2210,12 +2319,13 @@
|
|
2210 |
"autoOutputPathStyle": 0,
|
2211 |
"compileDebug": 1,
|
2212 |
"outputStyle": 0,
|
2213 |
-
"shouldRunCacheBuster": 0
|
|
|
2214 |
},
|
2215 |
"languageDefaultsSASS": {
|
2216 |
"autoOutputAction": 0,
|
2217 |
"autoOutputPathFilenamePattern": "*.css",
|
2218 |
-
"autoOutputPathRelativePath": "
|
2219 |
"autoOutputPathReplace1": "sass",
|
2220 |
"autoOutputPathReplace2": "css",
|
2221 |
"autoOutputPathStyle": 0,
|
@@ -2239,12 +2349,13 @@
|
|
2239 |
"outputFormat": 0,
|
2240 |
"outputStyle": 1,
|
2241 |
"railsCompatible": 0,
|
2242 |
-
"shouldRunCacheBuster": 0
|
|
|
2243 |
},
|
2244 |
"languageDefaultsSTYLUS": {
|
2245 |
"autoOutputAction": 0,
|
2246 |
"autoOutputPathFilenamePattern": "*.css",
|
2247 |
-
"autoOutputPathRelativePath": "
|
2248 |
"autoOutputPathReplace1": "stylus",
|
2249 |
"autoOutputPathReplace2": "css",
|
2250 |
"autoOutputPathStyle": 0,
|
@@ -2268,36 +2379,78 @@
|
|
2268 |
"languageDefaultsTS": {
|
2269 |
"autoOutputAction": 0,
|
2270 |
"autoOutputPathFilenamePattern": "*.js",
|
2271 |
-
"autoOutputPathRelativePath": "
|
2272 |
"autoOutputPathReplace1": "",
|
2273 |
"autoOutputPathReplace2": "",
|
2274 |
"autoOutputPathStyle": 0,
|
2275 |
"createDeclarationFile": 0,
|
2276 |
"createSourceMap": 0,
|
2277 |
-
"jsxMode": 0,
|
2278 |
"minifyOutput": 0,
|
2279 |
"moduleResolutionType": 0,
|
2280 |
"moduleType": 2,
|
2281 |
-
"noImplicitAny": 0,
|
2282 |
-
"preserveConstEnums": 0,
|
2283 |
"removeComments": 0,
|
2284 |
-
"suppressImplicitAnyIndexErrors": 0,
|
2285 |
"targetECMAVersion": 0
|
2286 |
},
|
2287 |
"languageDefaultsUserDefined": [
|
2288 |
],
|
|
|
|
|
|
|
|
|
|
|
2289 |
"overrideExternalServerCSS": 0,
|
2290 |
"previewPathAddition": "",
|
2291 |
-
"
|
|
|
|
|
|
|
2292 |
"sourceFolderName": "source",
|
2293 |
"susyVersion": 3,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2294 |
"uglifyDefinesString": "",
|
2295 |
"uglifyFlags2": {
|
2296 |
-
"
|
2297 |
-
"active":
|
2298 |
"flagValue": -1
|
2299 |
},
|
2300 |
-
"
|
|
|
|
|
|
|
|
|
2301 |
"active": 0,
|
2302 |
"flagValue": -1
|
2303 |
},
|
@@ -2305,23 +2458,27 @@
|
|
2305 |
"active": 1,
|
2306 |
"flagValue": -1
|
2307 |
},
|
2308 |
-
"
|
|
|
|
|
|
|
|
|
2309 |
"active": 0,
|
2310 |
"flagValue": -1
|
2311 |
},
|
2312 |
-
"
|
2313 |
"active": 1,
|
2314 |
"flagValue": -1
|
2315 |
},
|
2316 |
"comments": {
|
2317 |
-
"active":
|
2318 |
"flagValue": -1
|
2319 |
},
|
2320 |
"comparisons": {
|
2321 |
"active": 1,
|
2322 |
"flagValue": -1
|
2323 |
},
|
2324 |
-
"
|
2325 |
"active": 1,
|
2326 |
"flagValue": -1
|
2327 |
},
|
@@ -2333,6 +2490,10 @@
|
|
2333 |
"active": 0,
|
2334 |
"flagValue": -1
|
2335 |
},
|
|
|
|
|
|
|
|
|
2336 |
"drop_console": {
|
2337 |
"active": 0,
|
2338 |
"flagValue": -1
|
@@ -2341,6 +2502,10 @@
|
|
2341 |
"active": 1,
|
2342 |
"flagValue": -1
|
2343 |
},
|
|
|
|
|
|
|
|
|
2344 |
"eval": {
|
2345 |
"active": 0,
|
2346 |
"flagValue": -1
|
@@ -2349,34 +2514,54 @@
|
|
2349 |
"active": 1,
|
2350 |
"flagValue": -1
|
2351 |
},
|
|
|
|
|
|
|
|
|
2352 |
"hoist_funs": {
|
2353 |
"active": 1,
|
2354 |
"flagValue": -1
|
2355 |
},
|
|
|
|
|
|
|
|
|
2356 |
"hoist_vars": {
|
2357 |
"active": 0,
|
2358 |
"flagValue": -1
|
2359 |
},
|
|
|
|
|
|
|
|
|
2360 |
"if_return": {
|
2361 |
"active": 1,
|
2362 |
"flagValue": -1
|
2363 |
},
|
2364 |
-
"
|
2365 |
"active": 0,
|
2366 |
"flagValue": 4
|
2367 |
},
|
2368 |
-
"
|
2369 |
"active": 0,
|
2370 |
"flagValue": 0
|
2371 |
},
|
2372 |
-
"inline
|
2373 |
-
"active":
|
|
|
|
|
|
|
|
|
2374 |
"flagValue": -1
|
2375 |
},
|
2376 |
"join_vars": {
|
2377 |
"active": 1,
|
2378 |
"flagValue": -1
|
2379 |
},
|
|
|
|
|
|
|
|
|
2380 |
"keep_fargs": {
|
2381 |
"active": 0,
|
2382 |
"flagValue": -1
|
@@ -2385,22 +2570,34 @@
|
|
2385 |
"active": 0,
|
2386 |
"flagValue": -1
|
2387 |
},
|
2388 |
-
"
|
2389 |
-
"active":
|
|
|
|
|
|
|
|
|
2390 |
"flagValue": -1
|
2391 |
},
|
2392 |
-
"
|
2393 |
"active": 1,
|
2394 |
"flagValue": -1
|
2395 |
},
|
2396 |
-
"
|
2397 |
"active": 1,
|
2398 |
"flagValue": 32000
|
2399 |
},
|
|
|
|
|
|
|
|
|
2400 |
"negate_iife": {
|
2401 |
"active": 1,
|
2402 |
"flagValue": -1
|
2403 |
},
|
|
|
|
|
|
|
|
|
2404 |
"properties": {
|
2405 |
"active": 1,
|
2406 |
"flagValue": -1
|
@@ -2409,14 +2606,26 @@
|
|
2409 |
"active": 0,
|
2410 |
"flagValue": -1
|
2411 |
},
|
2412 |
-
"
|
2413 |
"active": 0,
|
2414 |
"flagValue": -1
|
2415 |
},
|
2416 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2417 |
"active": 1,
|
2418 |
"flagValue": -1
|
2419 |
},
|
|
|
|
|
|
|
|
|
2420 |
"semicolons": {
|
2421 |
"active": 1,
|
2422 |
"flagValue": -1
|
@@ -2425,26 +2634,62 @@
|
|
2425 |
"active": 1,
|
2426 |
"flagValue": -1
|
2427 |
},
|
2428 |
-
"
|
2429 |
-
"active":
|
2430 |
"flagValue": -1
|
2431 |
},
|
2432 |
-
"
|
2433 |
"active": 1,
|
2434 |
"flagValue": -1
|
2435 |
},
|
2436 |
-
"
|
2437 |
-
"active":
|
2438 |
"flagValue": -1
|
2439 |
},
|
2440 |
"toplevel": {
|
2441 |
"active": 0,
|
2442 |
"flagValue": -1
|
2443 |
},
|
|
|
|
|
|
|
|
|
2444 |
"unsafe": {
|
2445 |
"active": 0,
|
2446 |
"flagValue": -1
|
2447 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2448 |
"unused": {
|
2449 |
"active": 0,
|
2450 |
"flagValue": -1
|
@@ -2453,11 +2698,16 @@
|
|
2453 |
"active": 0,
|
2454 |
"flagValue": -1
|
2455 |
},
|
2456 |
-
"
|
2457 |
-
"active":
|
2458 |
-
"flagValue":
|
|
|
|
|
|
|
|
|
2459 |
}
|
2460 |
},
|
|
|
2461 |
"uglifyReservedNamesString": "$",
|
2462 |
"websiteRelativeRoot": ""
|
2463 |
},
|
1 |
{
|
2 |
+
"AAInfo": "This is a CodeKit 3 project config file. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. Doing so will cause CodeKit to crash and/or corrupt your project. I know it looks like JSON, but it is *not*. Many numbers in this file are 64-bit long long bitFlags, which JSON does not support. These numbers *cannot* be treated as discrete values and if you attempt to parse this file as standard JSON with any public JSON parser, these values will be corrupted. This file is not backwards-compatible with CodeKit 1 or 2. For more information, see https://codekitapp.com/",
|
3 |
"buildSteps": [
|
4 |
{
|
5 |
"name": "Process All Remaining Files and Folders",
|
7 |
"uuidString": "FDF09C14-788E-4A4D-A218-DA6A56580A0D"
|
8 |
}
|
9 |
],
|
10 |
+
"creatorBuild": "31934",
|
11 |
"files": {
|
12 |
+
"/admin/admin-init.php": {
|
13 |
"cB": 0,
|
14 |
"ft": 8192,
|
15 |
+
"hM": 0,
|
16 |
"oA": 2,
|
17 |
+
"oAP": "/admin/admin-init.php",
|
18 |
"oF": 0
|
19 |
},
|
20 |
+
"/admin/admin-notice.php": {
|
21 |
"cB": 0,
|
22 |
"ft": 8192,
|
23 |
+
"hM": 0,
|
24 |
"oA": 2,
|
25 |
+
"oAP": "/admin/admin-notice.php",
|
26 |
"oF": 0
|
27 |
},
|
28 |
+
"/admin/img/shortpixel.png": {
|
29 |
"ft": 32768,
|
30 |
"iS": 3373,
|
31 |
"oA": 0,
|
32 |
+
"oAP": "/admin/img/shortpixel.png",
|
33 |
"oF": 0,
|
34 |
"oIPL": 0,
|
35 |
"opt": 0,
|
36 |
"oT": 1,
|
37 |
"q": 100
|
38 |
},
|
39 |
+
"/admin/plugin-action-meta-links.php": {
|
40 |
"cB": 0,
|
41 |
"ft": 8192,
|
42 |
+
"hM": 0,
|
43 |
"oA": 2,
|
44 |
+
"oAP": "/admin/plugin-action-meta-links.php",
|
45 |
"oF": 0
|
46 |
},
|
47 |
+
"/admin/svgs-settings-page-help.php": {
|
48 |
"cB": 0,
|
49 |
"ft": 8192,
|
50 |
+
"hM": 0,
|
51 |
"oA": 2,
|
52 |
+
"oAP": "/admin/svgs-settings-page-help.php",
|
53 |
"oF": 0
|
54 |
},
|
55 |
+
"/admin/svgs-settings-page.php": {
|
56 |
"cB": 0,
|
57 |
"ft": 8192,
|
58 |
+
"hM": 0,
|
59 |
"oA": 2,
|
60 |
+
"oAP": "/admin/svgs-settings-page.php",
|
61 |
"oF": 0
|
62 |
},
|
63 |
+
"/css/svgs-admin-edit-post.css": {
|
64 |
"aP": 1,
|
65 |
"bl": 0,
|
66 |
"ft": 16,
|
67 |
"ma": 0,
|
68 |
"oA": 0,
|
69 |
+
"oAP": "/css/svgs-admin-edit-post-min.css",
|
70 |
"oF": 0,
|
71 |
"oS": 0
|
72 |
},
|
73 |
+
"/css/svgs-admin-simple-mode.css": {
|
74 |
"aP": 1,
|
75 |
"bl": 0,
|
76 |
"ft": 16,
|
77 |
"ma": 0,
|
78 |
"oA": 0,
|
79 |
+
"oAP": "/css/svgs-admin-simple-mode-min.css",
|
80 |
"oF": 0,
|
81 |
"oS": 0
|
82 |
},
|
83 |
+
"/css/svgs-admin.css": {
|
84 |
"aP": 1,
|
85 |
"bl": 0,
|
86 |
"ft": 16,
|
87 |
"ma": 0,
|
88 |
"oA": 0,
|
89 |
+
"oAP": "/css/svgs-admin-min.css",
|
90 |
"oF": 0,
|
91 |
"oS": 0
|
92 |
},
|
93 |
+
"/css/svgs-attachment.css": {
|
94 |
"aP": 1,
|
95 |
"bl": 0,
|
96 |
"ft": 16,
|
97 |
"ma": 0,
|
98 |
"oA": 0,
|
99 |
+
"oAP": "/css/svgs-attachment-min.css",
|
100 |
"oF": 0,
|
101 |
"oS": 0
|
102 |
},
|
103 |
+
"/functions/attachment.php": {
|
104 |
"cB": 0,
|
105 |
"ft": 8192,
|
106 |
+
"hM": 0,
|
107 |
"oA": 2,
|
108 |
+
"oAP": "/functions/attachment.php",
|
109 |
"oF": 0
|
110 |
},
|
111 |
+
"/functions/attribute-control.php": {
|
112 |
"cB": 0,
|
113 |
"ft": 8192,
|
114 |
+
"hM": 0,
|
115 |
"oA": 2,
|
116 |
+
"oAP": "/functions/attribute-control.php",
|
117 |
"oF": 0
|
118 |
},
|
119 |
+
"/functions/enqueue.php": {
|
120 |
"cB": 0,
|
121 |
"ft": 8192,
|
122 |
+
"hM": 0,
|
123 |
"oA": 2,
|
124 |
+
"oAP": "/functions/enqueue.php",
|
125 |
"oF": 0
|
126 |
},
|
127 |
+
"/functions/featured-image.php": {
|
128 |
"cB": 0,
|
129 |
"ft": 8192,
|
130 |
+
"hM": 0,
|
131 |
"oA": 2,
|
132 |
+
"oAP": "/functions/featured-image.php",
|
133 |
"oF": 0
|
134 |
},
|
135 |
+
"/functions/localization.php": {
|
136 |
"cB": 0,
|
137 |
"ft": 8192,
|
138 |
+
"hM": 0,
|
139 |
"oA": 2,
|
140 |
+
"oAP": "/functions/localization.php",
|
141 |
"oF": 0
|
142 |
},
|
143 |
+
"/functions/mime-types.php": {
|
144 |
"cB": 0,
|
145 |
"ft": 8192,
|
146 |
+
"hM": 0,
|
147 |
"oA": 2,
|
148 |
+
"oAP": "/functions/mime-types.php",
|
149 |
"oF": 0
|
150 |
},
|
151 |
+
"/functions/thumbnail-display.php": {
|
152 |
"cB": 0,
|
153 |
"ft": 8192,
|
154 |
+
"hM": 0,
|
155 |
"oA": 2,
|
156 |
+
"oAP": "/functions/thumbnail-display.php",
|
157 |
"oF": 0
|
158 |
},
|
159 |
+
"/js/min/svgs-admin-notice-update-min.js": {
|
160 |
+
"bF": 0,
|
161 |
"ft": 64,
|
162 |
"ma": 0,
|
163 |
"mi": 1,
|
164 |
"oA": 0,
|
165 |
+
"oAP": "/js/min/svgs-admin-notice-update-min-min.js",
|
166 |
"oF": 0,
|
167 |
"sC": 1,
|
168 |
"tS": 0
|
169 |
},
|
170 |
+
"/js/min/svgs-inline-min.js": {
|
171 |
+
"bF": 0,
|
172 |
"ft": 64,
|
173 |
"ma": 0,
|
174 |
"mi": 1,
|
175 |
"oA": 0,
|
176 |
+
"oAP": "/js/min/svgs-inline-min-min.js",
|
177 |
"oF": 0,
|
178 |
"sC": 1,
|
179 |
"tS": 0
|
180 |
},
|
181 |
+
"/js/svgs-admin-notice-update.js": {
|
182 |
+
"bF": 0,
|
183 |
"ft": 64,
|
184 |
"ma": 0,
|
185 |
"mi": 1,
|
186 |
"oA": 0,
|
187 |
+
"oAP": "/js/min/svgs-admin-notice-update-min.js",
|
188 |
"oF": 2,
|
189 |
"sC": 1,
|
190 |
"tS": 0
|
191 |
},
|
192 |
+
"/js/svgs-inline.js": {
|
193 |
+
"bF": 0,
|
194 |
"ft": 64,
|
195 |
"ma": 0,
|
196 |
"mi": 1,
|
197 |
"oA": 0,
|
198 |
+
"oAP": "/js/min/svgs-inline-min.js",
|
199 |
"oF": 2,
|
200 |
"sC": 1,
|
201 |
"tS": 0
|
202 |
},
|
203 |
+
"/languages/svgsupport-es_ES.mo": {
|
204 |
"cB": 0,
|
205 |
"ft": 8192,
|
206 |
+
"hM": 0,
|
207 |
"oA": 2,
|
208 |
+
"oAP": "/languages/svgsupport-es_ES.mo",
|
209 |
"oF": 0
|
210 |
},
|
211 |
+
"/languages/svgsupport-es_ES.po": {
|
212 |
"cB": 0,
|
213 |
"ft": 8192,
|
214 |
+
"hM": 0,
|
215 |
"oA": 2,
|
216 |
+
"oAP": "/languages/svgsupport-es_ES.po",
|
217 |
"oF": 0
|
218 |
},
|
219 |
+
"/languages/svgsupport-sr_RS.mo": {
|
220 |
"cB": 0,
|
221 |
"ft": 8192,
|
222 |
+
"hM": 0,
|
223 |
"oA": 2,
|
224 |
+
"oAP": "/languages/svgsupport-sr_RS.mo",
|
225 |
"oF": 0
|
226 |
},
|
227 |
+
"/languages/svgsupport-sr_RS.po": {
|
228 |
"cB": 0,
|
229 |
"ft": 8192,
|
230 |
+
"hM": 0,
|
231 |
"oA": 2,
|
232 |
+
"oAP": "/languages/svgsupport-sr_RS.po",
|
233 |
"oF": 0
|
234 |
},
|
235 |
+
"/languages/svgsupport.pot": {
|
236 |
"cB": 0,
|
237 |
"ft": 8192,
|
238 |
+
"hM": 0,
|
239 |
"oA": 2,
|
240 |
+
"oAP": "/languages/svgsupport.pot",
|
241 |
"oF": 0
|
242 |
},
|
243 |
+
"/readme.txt": {
|
244 |
"cB": 0,
|
245 |
"ft": 8192,
|
246 |
+
"hM": 0,
|
247 |
"oA": 2,
|
248 |
+
"oAP": "/readme.txt",
|
249 |
"oF": 0
|
250 |
},
|
251 |
+
"/scss/svgs-admin-edit-post.scss": {
|
252 |
"aP": 0,
|
253 |
"bl": 0,
|
254 |
"dP": 10,
|
256 |
"ft": 4,
|
257 |
"ma": 0,
|
258 |
"oA": 0,
|
259 |
+
"oAP": "/css/svgs-admin-edit-post.css",
|
260 |
"oF": 2,
|
261 |
"oS": 3,
|
262 |
"uL": 1
|
263 |
},
|
264 |
+
"/scss/svgs-admin-simple-mode.scss": {
|
265 |
"aP": 0,
|
266 |
"bl": 0,
|
267 |
"dP": 10,
|
269 |
"ft": 4,
|
270 |
"ma": 0,
|
271 |
"oA": 0,
|
272 |
+
"oAP": "/css/svgs-admin-simple-mode.css",
|
273 |
"oF": 2,
|
274 |
"oS": 3,
|
275 |
"uL": 1
|
276 |
},
|
277 |
+
"/scss/svgs-admin.scss": {
|
278 |
"aP": 0,
|
279 |
"bl": 0,
|
280 |
"dP": 10,
|
282 |
"ft": 4,
|
283 |
"ma": 0,
|
284 |
"oA": 0,
|
285 |
+
"oAP": "/css/svgs-admin.css",
|
286 |
"oF": 2,
|
287 |
"oS": 3,
|
288 |
"uL": 1
|
289 |
},
|
290 |
+
"/scss/svgs-attachment.scss": {
|
291 |
"aP": 0,
|
292 |
"bl": 0,
|
293 |
"dP": 10,
|
295 |
"ft": 4,
|
296 |
"ma": 0,
|
297 |
"oA": 0,
|
298 |
+
"oAP": "/css/svgs-attachment.css",
|
299 |
"oF": 2,
|
300 |
"oS": 3,
|
301 |
"uL": 1
|
302 |
},
|
303 |
+
"/svg-support.php": {
|
304 |
"cB": 0,
|
305 |
"ft": 8192,
|
306 |
+
"hM": 0,
|
307 |
"oA": 2,
|
308 |
+
"oAP": "/svg-support.php",
|
309 |
"oF": 0
|
310 |
},
|
311 |
+
"/svg-support.png": {
|
312 |
"ft": 32768,
|
313 |
"iS": 38215,
|
314 |
"oA": 0,
|
315 |
+
"oAP": "/svg-support.png",
|
316 |
"oF": 0,
|
317 |
"oIPL": 0,
|
318 |
"opt": 0,
|
326 |
},
|
327 |
"projectAttributes": {
|
328 |
"creationDate": 507572464,
|
329 |
+
"displayValue": "trunk",
|
330 |
"displayValueWasSetByUser": 0,
|
331 |
+
"iconImageName": "/svg-support.png",
|
332 |
"iconImageWasSetByUser": 0
|
333 |
},
|
334 |
"projectSettings": {
|
335 |
"abortBuildOnError": 1,
|
336 |
+
"allowInjectionReloads": 1,
|
337 |
"alwaysUseExternalServer": 0,
|
338 |
"animateCSSInjections": 1,
|
339 |
"autoBuildNewItems": 1,
|
|
|
340 |
"autoprefixerEnableIEGrid": 0,
|
341 |
+
"babel7PresetType": 1,
|
342 |
+
"babelAllowRCFiles": 0,
|
343 |
"babelAuxiliaryCommentAfter": "",
|
344 |
"babelAuxiliaryCommentBefore": "",
|
345 |
+
"babelConfigType": 0,
|
346 |
"babelCustomPluginsList": "",
|
347 |
"babelCustomPresetsList": "",
|
348 |
+
"babelExcludeString": "/\\/node_modules\\//, /\\/core-js\\//, /\\/bower_components\\//",
|
349 |
"babelInsertModuleIDs": 0,
|
350 |
"babelModuleID": "",
|
351 |
"babelNoComments": 0,
|
352 |
"babelPlugins": {
|
353 |
+
"arrow-functions": {
|
354 |
+
"active": 0
|
355 |
+
},
|
356 |
"async-generator-functions": {
|
357 |
"active": 0
|
358 |
},
|
359 |
"async-to-generator": {
|
360 |
"active": 0
|
361 |
},
|
362 |
+
"block-scoped-functions": {
|
363 |
+
"active": 0
|
364 |
+
},
|
365 |
+
"block-scoping": {
|
366 |
"active": 0
|
367 |
},
|
368 |
"class-properties": {
|
369 |
"active": 0
|
370 |
},
|
371 |
+
"classes": {
|
372 |
+
"active": 0
|
373 |
+
},
|
374 |
+
"computed-properties": {
|
375 |
+
"active": 0
|
376 |
+
},
|
377 |
"decorators": {
|
378 |
"active": 0
|
379 |
},
|
380 |
+
"destructuring": {
|
381 |
"active": 0
|
382 |
},
|
383 |
"do-expressions": {
|
384 |
"active": 0
|
385 |
},
|
386 |
+
"dotall-regex": {
|
387 |
"active": 0
|
388 |
},
|
389 |
+
"duplicate-keys": {
|
390 |
"active": 0
|
391 |
},
|
392 |
+
"exponentiation-operator": {
|
393 |
"active": 0
|
394 |
},
|
395 |
+
"export-default-from": {
|
396 |
"active": 0
|
397 |
},
|
398 |
+
"export-namespace-from": {
|
399 |
"active": 0
|
400 |
},
|
401 |
+
"external-helpers": {
|
402 |
"active": 0
|
403 |
},
|
404 |
+
"flow-strip-types": {
|
405 |
"active": 0
|
406 |
},
|
407 |
+
"for-of": {
|
408 |
"active": 0
|
409 |
},
|
410 |
+
"function-bind": {
|
411 |
"active": 0
|
412 |
},
|
413 |
+
"function-name": {
|
414 |
"active": 0
|
415 |
},
|
416 |
+
"function-sent": {
|
417 |
"active": 0
|
418 |
},
|
419 |
+
"inline-consecutive-adds": {
|
420 |
"active": 0
|
421 |
},
|
422 |
+
"inline-environment-variables": {
|
423 |
"active": 0
|
424 |
},
|
425 |
+
"instanceof": {
|
426 |
"active": 0
|
427 |
},
|
428 |
+
"jscript": {
|
429 |
"active": 0
|
430 |
},
|
431 |
+
"literals": {
|
432 |
"active": 0
|
433 |
},
|
434 |
+
"logical-assignment-operators": {
|
435 |
"active": 0
|
436 |
},
|
437 |
+
"member-expression-literals": {
|
438 |
"active": 0
|
439 |
},
|
440 |
+
"merge-sibling-variables": {
|
441 |
"active": 0
|
442 |
},
|
443 |
+
"minify-booleans": {
|
444 |
"active": 0
|
445 |
},
|
446 |
+
"minify-builtins": {
|
447 |
"active": 0
|
448 |
},
|
449 |
+
"minify-constant-folding": {
|
450 |
"active": 0
|
451 |
},
|
452 |
+
"minify-dead-code-elimination": {
|
453 |
"active": 0
|
454 |
},
|
455 |
+
"minify-flip-comparisons": {
|
456 |
"active": 0
|
457 |
},
|
458 |
+
"minify-guarded-expressions": {
|
459 |
"active": 0
|
460 |
},
|
461 |
+
"minify-infinity": {
|
462 |
"active": 0
|
463 |
},
|
464 |
+
"minify-mangle-names": {
|
465 |
"active": 0
|
466 |
},
|
467 |
+
"minify-numeric-literals": {
|
468 |
"active": 0
|
469 |
},
|
470 |
+
"minify-simplify": {
|
471 |
"active": 0
|
472 |
},
|
473 |
+
"minify-type-constructors": {
|
474 |
"active": 0
|
475 |
},
|
476 |
+
"modules-amd": {
|
477 |
"active": 0
|
478 |
},
|
479 |
+
"modules-commonjs": {
|
480 |
"active": 0
|
481 |
},
|
482 |
+
"modules-systemjs": {
|
483 |
"active": 0
|
484 |
},
|
485 |
+
"modules-umd": {
|
486 |
"active": 0
|
487 |
},
|
488 |
+
"named-capturing-groups-regex": {
|
489 |
"active": 0
|
490 |
},
|
491 |
+
"new-target": {
|
492 |
"active": 0
|
493 |
},
|
494 |
+
"node-env-inline": {
|
495 |
"active": 0
|
496 |
},
|
497 |
+
"nullish-coalescing-operator": {
|
498 |
"active": 0
|
499 |
},
|
500 |
+
"numeric-separator": {
|
501 |
"active": 0
|
502 |
},
|
503 |
"object-assign": {
|
509 |
"object-set-prototype-of-to-assign": {
|
510 |
"active": 0
|
511 |
},
|
512 |
+
"object-super": {
|
513 |
+
"active": 0
|
514 |
+
},
|
515 |
+
"optional-catch-binding": {
|
516 |
+
"active": 0
|
517 |
+
},
|
518 |
+
"optional-chaining": {
|
519 |
+
"active": 0
|
520 |
+
},
|
521 |
+
"parameters": {
|
522 |
+
"active": 0
|
523 |
+
},
|
524 |
+
"partial-application": {
|
525 |
+
"active": 0
|
526 |
+
},
|
527 |
+
"pipeline-operator": {
|
528 |
+
"active": 0
|
529 |
+
},
|
530 |
+
"private-methods": {
|
531 |
+
"active": 0
|
532 |
+
},
|
533 |
"property-literals": {
|
534 |
"active": 0
|
535 |
},
|
536 |
+
"property-mutators": {
|
537 |
+
"active": 0
|
538 |
+
},
|
539 |
"proto-to-assign": {
|
540 |
"active": 0
|
541 |
},
|
563 |
"regenerator": {
|
564 |
"active": 0
|
565 |
},
|
566 |
+
"regexp-constructors": {
|
567 |
"active": 0
|
568 |
},
|
569 |
+
"remove-console": {
|
570 |
"active": 0
|
571 |
},
|
572 |
+
"remove-debugger": {
|
573 |
"active": 0
|
574 |
},
|
575 |
+
"remove-undefined": {
|
576 |
"active": 0
|
577 |
},
|
578 |
+
"reserved-words": {
|
579 |
"active": 0
|
580 |
},
|
581 |
+
"runtime": {
|
582 |
"active": 0
|
583 |
},
|
584 |
+
"shorthand-properties": {
|
585 |
"active": 0
|
586 |
},
|
587 |
+
"simplify-comparison-operators": {
|
588 |
"active": 0
|
589 |
},
|
590 |
+
"spread": {
|
591 |
"active": 0
|
592 |
},
|
593 |
+
"sticky-regex": {
|
594 |
"active": 0
|
595 |
},
|
596 |
+
"strict-mode": {
|
597 |
"active": 0
|
598 |
},
|
599 |
+
"template-literals": {
|
600 |
"active": 0
|
601 |
},
|
602 |
+
"throw-expressions": {
|
603 |
"active": 0
|
604 |
},
|
605 |
+
"typeof-symbol": {
|
606 |
"active": 0
|
607 |
},
|
608 |
+
"undefined-to-void": {
|
609 |
"active": 0
|
610 |
},
|
611 |
+
"unicode-property-regex": {
|
612 |
"active": 0
|
613 |
},
|
614 |
+
"unicode-regex": {
|
615 |
"active": 0
|
616 |
}
|
617 |
},
|
|
|
618 |
"babelRetainLines": 0,
|
619 |
+
"babelUseBuiltInsType": 0,
|
620 |
"bowerAbbreviatedPath": "bower_components",
|
621 |
+
"bowerForceLatestOnConflict": 1,
|
622 |
+
"bowerTargetDependencyListType": 1,
|
|
|
|
|
623 |
"bowerUseExactVersion": 0,
|
624 |
"browserRefreshDelay": 0,
|
625 |
+
"browserslistString": ">0.2%, last 2 versions, Firefox ESR, not dead",
|
626 |
"buildFolderActive": 0,
|
627 |
"buildFolderName": "build",
|
628 |
"cleanBuild": 1,
|
764 |
"flagValue": -1
|
765 |
}
|
766 |
},
|
767 |
+
"environmentVariablesString": "NODE_ENV:::production",
|
768 |
"esLintConfigFileHandlingType": 0,
|
769 |
"esLintECMAVersion": 7,
|
770 |
"esLintEnvironmentsMask": 1,
|
869 |
"active": 0,
|
870 |
"optionString": ""
|
871 |
},
|
872 |
+
"default-param-last": {
|
873 |
+
"active": 0,
|
874 |
+
"optionString": ""
|
875 |
+
},
|
876 |
"dot-location": {
|
877 |
"active": 0,
|
878 |
"optionString": "'object'"
|
985 |
"active": 0,
|
986 |
"optionString": "'always', {exceptAfterSingleLine: false}"
|
987 |
},
|
988 |
+
"max-classes-per-file": {
|
989 |
+
"active": 0,
|
990 |
+
"optionString": "1"
|
991 |
+
},
|
992 |
"max-depth": {
|
993 |
"active": 0,
|
994 |
"optionString": "{'max': 4}"
|
1001 |
"active": 0,
|
1002 |
"optionString": "{'max': 300, 'skipBlankLines': true, 'skipComments': true}"
|
1003 |
},
|
1004 |
+
"max-lines-per-function": {
|
1005 |
+
"active": 0,
|
1006 |
+
"optionString": "{'max': 50, 'skipBlankLines': true, 'skipComments': true, 'IIFEs': false}"
|
1007 |
+
},
|
1008 |
"max-nested-callbacks": {
|
1009 |
"active": 0,
|
1010 |
"optionString": "{'max': 10}"
|
1049 |
"active": 0,
|
1050 |
"optionString": ""
|
1051 |
},
|
1052 |
+
"no-async-promise-executor": {
|
1053 |
+
"active": 0,
|
1054 |
+
"optionString": ""
|
1055 |
+
},
|
1056 |
"no-await-in-loop": {
|
1057 |
"active": 0,
|
1058 |
"optionString": ""
|
1073 |
"active": 1,
|
1074 |
"optionString": ""
|
1075 |
},
|
|
|
|
|
|
|
|
|
1076 |
"no-class-assign": {
|
1077 |
"active": 1,
|
1078 |
"optionString": ""
|
1221 |
"active": 0,
|
1222 |
"optionString": ""
|
1223 |
},
|
1224 |
+
"no-import-assign": {
|
1225 |
+
"active": 1,
|
1226 |
+
"optionString": ""
|
1227 |
+
},
|
1228 |
"no-inline-comments": {
|
1229 |
"active": 0,
|
1230 |
"optionString": ""
|
1273 |
"active": 0,
|
1274 |
"optionString": "{'ignore': [], 'ignoreArrayIndexes': true, 'enforceConst': false, 'detectObjects': false}"
|
1275 |
},
|
1276 |
+
"no-misleading-character-class": {
|
1277 |
+
"active": 0,
|
1278 |
+
"optionString": ""
|
1279 |
+
},
|
1280 |
"no-mixed-operators": {
|
1281 |
"active": 0,
|
1282 |
+
"optionString": "{'groups': [['+', '-', '*', '/', '%', '**'], ['&', '|', '^', '~', '<<', '>>', '>>>'], ['==', '!=', '===', '!==', '>', '>=', '<', '<='], ['&&', '||'], ['in', 'instanceof']], 'allowSamePrecedence': true}"
|
1283 |
},
|
1284 |
"no-mixed-requires": {
|
1285 |
"active": 0,
|
1529 |
"active": 0,
|
1530 |
"optionString": ""
|
1531 |
},
|
1532 |
+
"no-useless-catch": {
|
1533 |
+
"active": 0,
|
1534 |
+
"optionString": ""
|
1535 |
+
},
|
1536 |
"no-useless-computed-key": {
|
1537 |
"active": 1,
|
1538 |
"optionString": ""
|
1633 |
"active": 0,
|
1634 |
"optionString": "{'array': true, 'object': true}, {'enforceForRenamedProperties': false}"
|
1635 |
},
|
1636 |
+
"prefer-named-capture-group": {
|
1637 |
+
"active": 0,
|
1638 |
+
"optionString": ""
|
1639 |
+
},
|
1640 |
"prefer-numeric-literals": {
|
1641 |
"active": 0,
|
1642 |
"optionString": ""
|
1643 |
},
|
1644 |
+
"prefer-object-spread": {
|
1645 |
+
"active": 0,
|
1646 |
+
"optionString": ""
|
1647 |
+
},
|
1648 |
"prefer-promise-reject-errors": {
|
1649 |
"active": 0,
|
1650 |
"optionString": "{'allowEmptyReject': false}"
|
1651 |
},
|
1652 |
+
"prefer-regex-literals": {
|
1653 |
+
"active": 0,
|
1654 |
+
"optionString": ""
|
1655 |
+
},
|
1656 |
"prefer-rest-params": {
|
1657 |
"active": 0,
|
1658 |
"optionString": ""
|
1677 |
"active": 0,
|
1678 |
"optionString": "'always'"
|
1679 |
},
|
1680 |
+
"require-atomic-updates": {
|
1681 |
+
"active": 0,
|
1682 |
+
"optionString": ""
|
1683 |
+
},
|
1684 |
"require-await": {
|
1685 |
"active": 0,
|
1686 |
"optionString": ""
|
1689 |
"active": 0,
|
1690 |
"optionString": "{'require': {'FunctionDeclaration': true, 'MethodDefinition': false, 'ClassDeclaration': false, 'ArrowFunctionExpression': false}}"
|
1691 |
},
|
1692 |
+
"require-unicode-regexp": {
|
1693 |
+
"active": 0,
|
1694 |
+
"optionString": ""
|
1695 |
+
},
|
1696 |
"require-yield": {
|
1697 |
"active": 0,
|
1698 |
"optionString": ""
|
1747 |
},
|
1748 |
"spaced-comment": {
|
1749 |
"active": 0,
|
1750 |
+
"optionString": "'always', {'line': {'markers': ['/'], 'exceptions': ['-', '+']}, 'block': {'markers': ['!'], 'exceptions': ['*'], 'balanced': false}}"
|
1751 |
},
|
1752 |
"strict": {
|
1753 |
"active": 0,
|
1807 |
}
|
1808 |
},
|
1809 |
"esLintSourceType": 0,
|
1810 |
+
"externalServerAddress": "http://localhost:8888",
|
1811 |
"gitIgnoreBuildFolder": 1,
|
1812 |
"hideConfigFile": 0,
|
1813 |
"jsCheckerReservedNamesString": "",
|
2202 |
"escapeHTMLCharacters": 0,
|
2203 |
"noEscapeInAttributes": 0,
|
2204 |
"outputFormat": 2,
|
|
|
2205 |
"shouldRunCacheBuster": 0,
|
2206 |
+
"shouldRunHTMLMinifier": 0,
|
2207 |
"useCDATA": 0,
|
2208 |
"useDoubleQuotes": 0,
|
2209 |
"useUnixNewlines": 0
|
2221 |
"languageDefaultsJS": {
|
2222 |
"autoOutputAction": 0,
|
2223 |
"autoOutputPathFilenamePattern": "*-min.js",
|
2224 |
+
"autoOutputPathRelativePath": "/min",
|
2225 |
"autoOutputPathReplace1": "",
|
2226 |
"autoOutputPathReplace2": "",
|
2227 |
"autoOutputPathStyle": 0,
|
2228 |
+
"bundleFormat": 0,
|
2229 |
"createSourceMap": 0,
|
2230 |
"minifyOutput": 1,
|
2231 |
"syntaxCheckerStyle": 1,
|
2248 |
"autoOutputPathReplace1": "kit",
|
2249 |
"autoOutputPathReplace2": "html",
|
2250 |
"autoOutputPathStyle": 0,
|
2251 |
+
"shouldRunCacheBuster": 0,
|
2252 |
+
"shouldRunHTMLMinifier": 0
|
2253 |
},
|
2254 |
"languageDefaultsLESS": {
|
2255 |
"allowInsecureImports": 0,
|
2256 |
"autoOutputAction": 0,
|
2257 |
"autoOutputPathFilenamePattern": "*.css",
|
2258 |
+
"autoOutputPathRelativePath": "../css",
|
2259 |
"autoOutputPathReplace1": "less",
|
2260 |
"autoOutputPathReplace2": "css",
|
2261 |
"autoOutputPathStyle": 0,
|
2262 |
"createSourceMap": 1,
|
2263 |
+
"enableJavascript": 0,
|
2264 |
+
"mathStyle": 0,
|
2265 |
"outputStyle": 0,
|
2266 |
+
"rewriteURLStyle": 0,
|
2267 |
"shouldRunAutoprefixer": 0,
|
2268 |
"shouldRunBless": 0,
|
2269 |
"strictImports": 0,
|
|
|
2270 |
"strictUnits": 0
|
2271 |
},
|
2272 |
"languageDefaultsMARKDOWN": {
|
2287 |
"processHTML": 0,
|
2288 |
"randomFootnoteNumbers": 0,
|
2289 |
"shouldRunCacheBuster": 0,
|
2290 |
+
"shouldRunHTMLMinifier": 0,
|
2291 |
"useCompatibilityMode": 0
|
2292 |
},
|
2293 |
"languageDefaultsOTHER": {
|
2297 |
"autoOutputPathReplace1": "",
|
2298 |
"autoOutputPathReplace2": "",
|
2299 |
"autoOutputPathStyle": 0,
|
2300 |
+
"shouldRunCacheBuster": 0,
|
2301 |
+
"shouldRunHTMLMinifier": 0
|
2302 |
},
|
2303 |
"languageDefaultsPNG": {
|
2304 |
"autoOutputAction": 0,
|
2319 |
"autoOutputPathStyle": 0,
|
2320 |
"compileDebug": 1,
|
2321 |
"outputStyle": 0,
|
2322 |
+
"shouldRunCacheBuster": 0,
|
2323 |
+
"shouldRunHTMLMinifier": 0
|
2324 |
},
|
2325 |
"languageDefaultsSASS": {
|
2326 |
"autoOutputAction": 0,
|
2327 |
"autoOutputPathFilenamePattern": "*.css",
|
2328 |
+
"autoOutputPathRelativePath": "../css",
|
2329 |
"autoOutputPathReplace1": "sass",
|
2330 |
"autoOutputPathReplace2": "css",
|
2331 |
"autoOutputPathStyle": 0,
|
2349 |
"outputFormat": 0,
|
2350 |
"outputStyle": 1,
|
2351 |
"railsCompatible": 0,
|
2352 |
+
"shouldRunCacheBuster": 0,
|
2353 |
+
"shouldRunHTMLMinifier": 0
|
2354 |
},
|
2355 |
"languageDefaultsSTYLUS": {
|
2356 |
"autoOutputAction": 0,
|
2357 |
"autoOutputPathFilenamePattern": "*.css",
|
2358 |
+
"autoOutputPathRelativePath": "../css",
|
2359 |
"autoOutputPathReplace1": "stylus",
|
2360 |
"autoOutputPathReplace2": "css",
|
2361 |
"autoOutputPathStyle": 0,
|
2379 |
"languageDefaultsTS": {
|
2380 |
"autoOutputAction": 0,
|
2381 |
"autoOutputPathFilenamePattern": "*.js",
|
2382 |
+
"autoOutputPathRelativePath": "/js",
|
2383 |
"autoOutputPathReplace1": "",
|
2384 |
"autoOutputPathReplace2": "",
|
2385 |
"autoOutputPathStyle": 0,
|
2386 |
"createDeclarationFile": 0,
|
2387 |
"createSourceMap": 0,
|
|
|
2388 |
"minifyOutput": 0,
|
2389 |
"moduleResolutionType": 0,
|
2390 |
"moduleType": 2,
|
|
|
|
|
2391 |
"removeComments": 0,
|
|
|
2392 |
"targetECMAVersion": 0
|
2393 |
},
|
2394 |
"languageDefaultsUserDefined": [
|
2395 |
],
|
2396 |
+
"npmAbbreviatedPath": "",
|
2397 |
+
"npmCreatePackageLock": 1,
|
2398 |
+
"npmInstallOptionalDependencies": 0,
|
2399 |
+
"npmSaveExactVersion": 0,
|
2400 |
+
"npmTargetDependencyListType": 1,
|
2401 |
"overrideExternalServerCSS": 0,
|
2402 |
"previewPathAddition": "",
|
2403 |
+
"rollupExternals": "",
|
2404 |
+
"rollupReplacements": "process.env.NODE_ENV:::$NODE_ENV,,,ENVIRONMENT:::$NODE_ENV",
|
2405 |
+
"rollupTreeshakingEnabled": 1,
|
2406 |
+
"skippedFoldersString": "log, _logs, logs, _cache, cache, /storage/framework/sessions, node_modules",
|
2407 |
"sourceFolderName": "source",
|
2408 |
"susyVersion": 3,
|
2409 |
+
"tsAllowSyntheticDefaultImports": 0,
|
2410 |
+
"tsAllowUnreachableCode": 0,
|
2411 |
+
"tsAllowUnusedLabels": 0,
|
2412 |
+
"tsAlwaysStrict": 0,
|
2413 |
+
"tsDownlevelIteration": 0,
|
2414 |
+
"tsEmitBOM": 0,
|
2415 |
+
"tsEmitDecoratorMetadata": 0,
|
2416 |
+
"tsESModuleInterop": 0,
|
2417 |
+
"tsForceConsistentCasingInFileNames": 0,
|
2418 |
+
"tsImportHelpers": 0,
|
2419 |
+
"tsIsolatedModules": 0,
|
2420 |
+
"tsJSXFactory": "React.createElement",
|
2421 |
+
"tsKeyofStringsOnly": 0,
|
2422 |
+
"tsNoEmitHelpers": 0,
|
2423 |
+
"tsNoFallthroughCasesInSwitch": 0,
|
2424 |
+
"tsNoImplicitAny": 0,
|
2425 |
+
"tsNoImplicitReturns": 0,
|
2426 |
+
"tsNoImplicitThis": 0,
|
2427 |
+
"tsNoImplicitUseStrict": 0,
|
2428 |
+
"tsNoLib": 0,
|
2429 |
+
"tsNoResolve": 0,
|
2430 |
+
"tsNoStrictGenericChecks": 0,
|
2431 |
+
"tsNoUnusedLocals": 0,
|
2432 |
+
"tsNoUnusedParameters": 0,
|
2433 |
+
"tsPreserveConstEnums": 0,
|
2434 |
+
"tsPreserveSymlinks": 0,
|
2435 |
+
"tsResolveJsonModule": 0,
|
2436 |
+
"tsSkipLibCheck": 0,
|
2437 |
+
"tsStrictFunctionTypes": 0,
|
2438 |
+
"tsStrictNullChecks": 0,
|
2439 |
+
"tsStrictPropertyInitialization": 0,
|
2440 |
+
"tsStripInternal": 0,
|
2441 |
+
"tsSuppressExcessPropertyErrors": 0,
|
2442 |
+
"tsSuppressImplicitAnyIndexErrors": 0,
|
2443 |
"uglifyDefinesString": "",
|
2444 |
"uglifyFlags2": {
|
2445 |
+
"arguments": {
|
2446 |
+
"active": 1,
|
2447 |
"flagValue": -1
|
2448 |
},
|
2449 |
+
"arrows": {
|
2450 |
+
"active": 1,
|
2451 |
+
"flagValue": -1
|
2452 |
+
},
|
2453 |
+
"ascii_only": {
|
2454 |
"active": 0,
|
2455 |
"flagValue": -1
|
2456 |
},
|
2458 |
"active": 1,
|
2459 |
"flagValue": -1
|
2460 |
},
|
2461 |
+
"booleans_as_integers": {
|
2462 |
+
"active": 0,
|
2463 |
+
"flagValue": -1
|
2464 |
+
},
|
2465 |
+
"braces": {
|
2466 |
"active": 0,
|
2467 |
"flagValue": -1
|
2468 |
},
|
2469 |
+
"collapse_vars": {
|
2470 |
"active": 1,
|
2471 |
"flagValue": -1
|
2472 |
},
|
2473 |
"comments": {
|
2474 |
+
"active": 0,
|
2475 |
"flagValue": -1
|
2476 |
},
|
2477 |
"comparisons": {
|
2478 |
"active": 1,
|
2479 |
"flagValue": -1
|
2480 |
},
|
2481 |
+
"computed_props": {
|
2482 |
"active": 1,
|
2483 |
"flagValue": -1
|
2484 |
},
|
2490 |
"active": 0,
|
2491 |
"flagValue": -1
|
2492 |
},
|
2493 |
+
"directives": {
|
2494 |
+
"active": 1,
|
2495 |
+
"flagValue": -1
|
2496 |
+
},
|
2497 |
"drop_console": {
|
2498 |
"active": 0,
|
2499 |
"flagValue": -1
|
2502 |
"active": 1,
|
2503 |
"flagValue": -1
|
2504 |
},
|
2505 |
+
"ecma": {
|
2506 |
+
"active": 1,
|
2507 |
+
"flagValue": 5
|
2508 |
+
},
|
2509 |
"eval": {
|
2510 |
"active": 0,
|
2511 |
"flagValue": -1
|
2514 |
"active": 1,
|
2515 |
"flagValue": -1
|
2516 |
},
|
2517 |
+
"expression": {
|
2518 |
+
"active": 0,
|
2519 |
+
"flagValue": -1
|
2520 |
+
},
|
2521 |
"hoist_funs": {
|
2522 |
"active": 1,
|
2523 |
"flagValue": -1
|
2524 |
},
|
2525 |
+
"hoist_props": {
|
2526 |
+
"active": 1,
|
2527 |
+
"flagValue": -1
|
2528 |
+
},
|
2529 |
"hoist_vars": {
|
2530 |
"active": 0,
|
2531 |
"flagValue": -1
|
2532 |
},
|
2533 |
+
"ie8": {
|
2534 |
+
"active": 0,
|
2535 |
+
"flagValue": -1
|
2536 |
+
},
|
2537 |
"if_return": {
|
2538 |
"active": 1,
|
2539 |
"flagValue": -1
|
2540 |
},
|
2541 |
+
"indent_level": {
|
2542 |
"active": 0,
|
2543 |
"flagValue": 4
|
2544 |
},
|
2545 |
+
"indent_start": {
|
2546 |
"active": 0,
|
2547 |
"flagValue": 0
|
2548 |
},
|
2549 |
+
"inline": {
|
2550 |
+
"active": 1,
|
2551 |
+
"flagValue": 3
|
2552 |
+
},
|
2553 |
+
"inline_script": {
|
2554 |
+
"active": 1,
|
2555 |
"flagValue": -1
|
2556 |
},
|
2557 |
"join_vars": {
|
2558 |
"active": 1,
|
2559 |
"flagValue": -1
|
2560 |
},
|
2561 |
+
"keep_classnames": {
|
2562 |
+
"active": 0,
|
2563 |
+
"flagValue": -1
|
2564 |
+
},
|
2565 |
"keep_fargs": {
|
2566 |
"active": 0,
|
2567 |
"flagValue": -1
|
2570 |
"active": 0,
|
2571 |
"flagValue": -1
|
2572 |
},
|
2573 |
+
"keep_infinity": {
|
2574 |
+
"active": 0,
|
2575 |
+
"flagValue": -1
|
2576 |
+
},
|
2577 |
+
"keep_quoted_props": {
|
2578 |
+
"active": 0,
|
2579 |
"flagValue": -1
|
2580 |
},
|
2581 |
+
"loops": {
|
2582 |
"active": 1,
|
2583 |
"flagValue": -1
|
2584 |
},
|
2585 |
+
"max_line_len": {
|
2586 |
"active": 1,
|
2587 |
"flagValue": 32000
|
2588 |
},
|
2589 |
+
"module": {
|
2590 |
+
"active": 0,
|
2591 |
+
"flagValue": -1
|
2592 |
+
},
|
2593 |
"negate_iife": {
|
2594 |
"active": 1,
|
2595 |
"flagValue": -1
|
2596 |
},
|
2597 |
+
"passes": {
|
2598 |
+
"active": 1,
|
2599 |
+
"flagValue": 1
|
2600 |
+
},
|
2601 |
"properties": {
|
2602 |
"active": 1,
|
2603 |
"flagValue": -1
|
2606 |
"active": 0,
|
2607 |
"flagValue": -1
|
2608 |
},
|
2609 |
+
"quote_keys": {
|
2610 |
"active": 0,
|
2611 |
"flagValue": -1
|
2612 |
},
|
2613 |
+
"quote_style": {
|
2614 |
+
"active": 1,
|
2615 |
+
"flagValue": 0
|
2616 |
+
},
|
2617 |
+
"reduce_funcs": {
|
2618 |
+
"active": 1,
|
2619 |
+
"flagValue": -1
|
2620 |
+
},
|
2621 |
+
"reduce_vars": {
|
2622 |
"active": 1,
|
2623 |
"flagValue": -1
|
2624 |
},
|
2625 |
+
"safari10": {
|
2626 |
+
"active": 0,
|
2627 |
+
"flagValue": -1
|
2628 |
+
},
|
2629 |
"semicolons": {
|
2630 |
"active": 1,
|
2631 |
"flagValue": -1
|
2634 |
"active": 1,
|
2635 |
"flagValue": -1
|
2636 |
},
|
2637 |
+
"shebang": {
|
2638 |
+
"active": 1,
|
2639 |
"flagValue": -1
|
2640 |
},
|
2641 |
+
"side_effects": {
|
2642 |
"active": 1,
|
2643 |
"flagValue": -1
|
2644 |
},
|
2645 |
+
"switches": {
|
2646 |
+
"active": 1,
|
2647 |
"flagValue": -1
|
2648 |
},
|
2649 |
"toplevel": {
|
2650 |
"active": 0,
|
2651 |
"flagValue": -1
|
2652 |
},
|
2653 |
+
"typeofs": {
|
2654 |
+
"active": 1,
|
2655 |
+
"flagValue": -1
|
2656 |
+
},
|
2657 |
"unsafe": {
|
2658 |
"active": 0,
|
2659 |
"flagValue": -1
|
2660 |
},
|
2661 |
+
"unsafe_arrows": {
|
2662 |
+
"active": 0,
|
2663 |
+
"flagValue": -1
|
2664 |
+
},
|
2665 |
+
"unsafe_comps": {
|
2666 |
+
"active": 0,
|
2667 |
+
"flagValue": -1
|
2668 |
+
},
|
2669 |
+
"unsafe_Function": {
|
2670 |
+
"active": 0,
|
2671 |
+
"flagValue": -1
|
2672 |
+
},
|
2673 |
+
"unsafe_math": {
|
2674 |
+
"active": 0,
|
2675 |
+
"flagValue": -1
|
2676 |
+
},
|
2677 |
+
"unsafe_methods": {
|
2678 |
+
"active": 0,
|
2679 |
+
"flagValue": -1
|
2680 |
+
},
|
2681 |
+
"unsafe_proto": {
|
2682 |
+
"active": 0,
|
2683 |
+
"flagValue": -1
|
2684 |
+
},
|
2685 |
+
"unsafe_regexp": {
|
2686 |
+
"active": 0,
|
2687 |
+
"flagValue": -1
|
2688 |
+
},
|
2689 |
+
"unsafe_undefined": {
|
2690 |
+
"active": 0,
|
2691 |
+
"flagValue": -1
|
2692 |
+
},
|
2693 |
"unused": {
|
2694 |
"active": 0,
|
2695 |
"flagValue": -1
|
2698 |
"active": 0,
|
2699 |
"flagValue": -1
|
2700 |
},
|
2701 |
+
"webkit": {
|
2702 |
+
"active": 0,
|
2703 |
+
"flagValue": -1
|
2704 |
+
},
|
2705 |
+
"wrap_iife": {
|
2706 |
+
"active": 0,
|
2707 |
+
"flagValue": -1
|
2708 |
}
|
2709 |
},
|
2710 |
+
"uglifyMangleNames": 1,
|
2711 |
"uglifyReservedNamesString": "$",
|
2712 |
"websiteRelativeRoot": ""
|
2713 |
},
|
functions/enqueue.php
CHANGED
@@ -44,8 +44,15 @@ add_action( 'admin_enqueue_scripts', 'bodhi_svgs_admin_css' );
|
|
44 |
*/
|
45 |
function bodhi_svgs_frontend_css() {
|
46 |
|
47 |
-
//
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
}
|
51 |
add_action( 'wp_enqueue_scripts', 'bodhi_svgs_frontend_css' );
|
44 |
*/
|
45 |
function bodhi_svgs_frontend_css() {
|
46 |
|
47 |
+
// get the settings
|
48 |
+
global $bodhi_svgs_options;
|
49 |
+
|
50 |
+
if ( ! empty( $bodhi_svgs_options['frontend_css'] ) ) {
|
51 |
+
|
52 |
+
// enqueue attachment CSS
|
53 |
+
wp_enqueue_style( 'bodhi-svgs-attachment', BODHI_SVGS_PLUGIN_URL . 'css/svgs-attachment.css' );
|
54 |
+
|
55 |
+
}
|
56 |
|
57 |
}
|
58 |
add_action( 'wp_enqueue_scripts', 'bodhi_svgs_frontend_css' );
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: svg, vector, safesvg, css, style, mime, mime type, embed, img, inline, ani
|
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.3.3
|
7 |
Requires PHP: 5.2
|
8 |
-
Stable tag: 2.3.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -140,6 +140,9 @@ You need to add the mime type for svg and svgz to: "MLA Settings > Media Library
|
|
140 |
|
141 |
== Changelog ==
|
142 |
|
|
|
|
|
|
|
143 |
= 2.3.16 =
|
144 |
* Fix for files that have the XML declaration.
|
145 |
* Fix for PHP warnings from image widget.
|
@@ -305,6 +308,9 @@ You need to add the mime type for svg and svgz to: "MLA Settings > Media Library
|
|
305 |
|
306 |
== Upgrade Notice ==
|
307 |
|
|
|
|
|
|
|
308 |
= 2.3.16 =
|
309 |
This update addresses upload issues, PHP warnings and some frontend CSS changes with attachment display.
|
310 |
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.3.3
|
7 |
Requires PHP: 5.2
|
8 |
+
Stable tag: 2.3.17
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
140 |
|
141 |
== Changelog ==
|
142 |
|
143 |
+
= 2.3.17 =
|
144 |
+
* Added setting to choose whether to load frontend CSS or not.
|
145 |
+
|
146 |
= 2.3.16 =
|
147 |
* Fix for files that have the XML declaration.
|
148 |
* Fix for PHP warnings from image widget.
|
308 |
|
309 |
== Upgrade Notice ==
|
310 |
|
311 |
+
= 2.3.17 =
|
312 |
+
Added a setting to choose whether to load the frontend CSS file or not. It was previously enabled by default, so you may want to flick that on after the update. This allows you to leave it out so your site has one less file to load :)
|
313 |
+
|
314 |
= 2.3.16 =
|
315 |
This update addresses upload issues, PHP warnings and some frontend CSS changes with attachment display.
|
316 |
|
svg-support.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SVG Support
|
4 |
Plugin URI: http://wordpress.org/plugins/svg-support/
|
5 |
Description: Upload SVG files to the Media Library and render SVG files inline for direct styling/animation of an SVG's internal elements using CSS/JS.
|
6 |
-
Version: 2.3.
|
7 |
Author: Benbodhi
|
8 |
Author URI: http://benbodhi.com
|
9 |
Text Domain: svg-support
|
@@ -22,7 +22,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
22 |
/**
|
23 |
* Global variables
|
24 |
*/
|
25 |
-
$svgs_plugin_version = '2.3.
|
26 |
$plugin_file = plugin_basename(__FILE__); // plugin file for reference
|
27 |
define( 'BODHI_SVGS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // define the absolute plugin path for includes
|
28 |
define( 'BODHI_SVGS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // define the plugin url for use in enqueue
|
3 |
Plugin Name: SVG Support
|
4 |
Plugin URI: http://wordpress.org/plugins/svg-support/
|
5 |
Description: Upload SVG files to the Media Library and render SVG files inline for direct styling/animation of an SVG's internal elements using CSS/JS.
|
6 |
+
Version: 2.3.17
|
7 |
Author: Benbodhi
|
8 |
Author URI: http://benbodhi.com
|
9 |
Text Domain: svg-support
|
22 |
/**
|
23 |
* Global variables
|
24 |
*/
|
25 |
+
$svgs_plugin_version = '2.3.17'; // for use on admin pages
|
26 |
$plugin_file = plugin_basename(__FILE__); // plugin file for reference
|
27 |
define( 'BODHI_SVGS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // define the absolute plugin path for includes
|
28 |
define( 'BODHI_SVGS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // define the plugin url for use in enqueue
|