Ditty News Ticker - Version 2.1.1

Version Description

  • Bug fix from last update
  • Added custom News Tickers Settings capability for admins
Download this release

Release Info

Developer metaphorcreations
Plugin Icon 128x128 Ditty News Ticker
Version 2.1.1
Comparing to
See all releases

Code changes from version 2.1.0 to 2.1.1

assets/css/style-admin.css CHANGED
@@ -10,7 +10,7 @@
10
  /* --------------------------------------------------------- */
11
  /* !Dashboard Menu Icon */
12
  /* --------------------------------------------------------- */
13
- #menu-posts-ditty_news_ticker .wp-menu-image:before {
14
  font-family: "ditty-news-ticker" !important;
15
  font-size: 18px !important;
16
  font-style: normal !important;
@@ -21,8 +21,7 @@
21
  line-height: 1;
22
  -webkit-font-smoothing: antialiased;
23
  -moz-osx-font-smoothing: grayscale;
24
- content: "\e009" !important;
25
- }
26
 
27
  /* --------------------------------------------------------- */
28
  /* !Visual Composer Icon */
@@ -30,8 +29,7 @@
30
  .vc_element-icon.mtphr-dnt-icon-dittynewsticker {
31
  font-size: 32px;
32
  color: #58ca68;
33
- background-image: none;
34
- }
35
 
36
  /* --------------------------------------------------------- */
37
  /* !Classes */
@@ -40,52 +38,44 @@
40
  .mtphr-dnt-clearfix:after {
41
  display: table;
42
  border-spacing: 0;
43
- content: " ";
44
- }
45
 
46
  .mtphr-dnt-clearfix:after {
47
- clear: both;
48
- }
49
 
50
  .mtphr-dnt-clear {
51
  display: block;
52
- clear: both;
53
- }
54
 
55
  /* --------------------------------------------------------- */
56
  /* !Edit Screen */
57
  /* --------------------------------------------------------- */
58
  .column-dnt_type,
59
  .column-dnt_mode {
60
- width: 10%;
61
- }
62
 
63
  .column-dnt_shortcode pre,
64
  .column-dnt_shortcode p,
65
  .column-dnt_function pre,
66
  .column-dnt_function p {
67
  white-space: inherit !important;
68
- margin: 0 !important;
69
- }
70
 
71
  .column-dnt_shortcode pre,
72
  .column-dnt_function pre {
73
  padding: 10px;
74
  background: #FFF;
75
- border: 1px solid #EEE;
76
- }
77
 
78
  .mtphr-dnt-metaboxer_mtphr_dnt_ticks-tick .wp-editor-wrap {
79
- margin-bottom: 10px;
80
- }
81
 
82
  /* --------------------------------------------------------- */
83
  /* !Code copy - 1.4.0 */
84
  /* --------------------------------------------------------- */
85
  #mtphr-dnt-code-copy table {
86
  display: block;
87
- width: 100%;
88
- }
89
 
90
  #mtphr-dnt-code-copy td {
91
  display: block;
@@ -96,22 +86,17 @@
96
  border: 1px solid #dfdfdf;
97
  border-radius: 5px;
98
  border-top: 5px solid #58ca68;
99
- margin: 10px 0;
100
- }
101
-
102
- #mtphr-dnt-code-copy td .wrapper {
103
- padding: 10px;
104
- }
105
 
106
  #mtphr-dnt-code-copy h3 {
107
  color: #FFF;
108
  padding: 0;
109
- margin-bottom: 0;
110
- }
111
 
112
  #mtphr-dnt-code-copy p {
113
- margin: 0 0 8px;
114
- }
115
 
116
  #mtphr-dnt-code-copy pre {
117
  color: #333333;
@@ -120,12 +105,9 @@
120
  background: #FFF;
121
  border-radius: 3px;
122
  white-space: normal;
123
- word-break: break-all;
124
- }
125
-
126
- #mtphr-dnt-code-copy pre p {
127
- margin-bottom: 0;
128
- }
129
 
130
  #mtphr-dnt-code-copy .button {
131
  color: #FFF;
@@ -133,31 +115,22 @@
133
  background: gray;
134
  margin: 2px 0;
135
  box-shadow: none;
136
- -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
137
- transition: background-color 0.25s ease, border-color 0.25s ease;
138
- }
139
-
140
- #mtphr-dnt-code-copy .button:hover {
141
- background-color: #999999;
142
- }
143
-
144
- #mtphr-dnt-code-copy .button:hover i {
145
- opacity: 1;
146
- }
147
 
148
  @media (min-width: 601px) {
149
  #mtphr-dnt-code-copy {
150
- margin: 10px -5px -5px;
151
- }
152
- #mtphr-dnt-code-copy table {
153
- display: table;
154
- border-spacing: 5px;
155
- }
156
- #mtphr-dnt-code-copy td {
157
- display: table-cell;
158
- width: auto;
159
- }
160
- }
161
 
162
  /*
163
  @media (min-width: 768px) {
@@ -174,52 +147,43 @@
174
  .mtphr-dnt-codemirror .CodeMirror {
175
  border: 1px solid #dfdfdf;
176
  height: auto;
177
- min-height: 52px;
178
- }
179
 
180
  /* --------------------------------------------------------- */
181
  /* !Text Field */
182
  /* --------------------------------------------------------- */
183
  .mtphr-dnt-field-type-text input[type="text"] {
184
  width: 100%;
185
- border-radius: 3px;
186
- }
187
 
188
  /* --------------------------------------------------------- */
189
  /* !Number Field */
190
  /* --------------------------------------------------------- */
191
  .mtphr-dnt-field-type-number input[type="number"] {
192
  width: 80px;
193
- border-radius: 3px;
194
- }
195
 
196
  /* --------------------------------------------------------- */
197
  /* !Textarea Field */
198
  /* --------------------------------------------------------- */
199
  .mtphr-dnt-field-type-textarea textarea {
200
  width: 100%;
201
- border-radius: 3px;
202
- }
203
 
204
  /* --------------------------------------------------------- */
205
  /* !Radio Buttons */
206
  /* --------------------------------------------------------- */
207
  .mtphr-dnt-field-type-radio_buttons label {
208
  display: block;
209
- margin-bottom: 10px;
210
- }
211
-
212
- .mtphr-dnt-field-type-radio_buttons label:last-child {
213
- margin-bottom: 0;
214
- }
215
 
216
  @media (min-width: 768px) {
217
  .mtphr-dnt-field-type-radio_buttons label {
218
  display: inline;
219
  margin-right: 20px;
220
- margin-bottom: 0;
221
- }
222
- }
223
 
224
  /* --------------------------------------------------------- */
225
  /* !Single image */
@@ -234,23 +198,20 @@
234
  padding: 3px 24px 3px 3px;
235
  -webkit-border-radius: 3px;
236
  -moz-border-radius: 3px;
237
- border-radius: 3px;
238
- }
239
 
240
  .mtphr-dnt-single-image img {
241
  display: inline-block;
242
  vertical-align: middle;
243
  width: auto;
244
  max-height: 26px;
245
- margin-right: 7px;
246
- }
247
 
248
  .mtphr-dnt-single-image-title {
249
  display: inline-block;
250
  font-size: 12px;
251
  line-height: 16px;
252
- padding: 5px 7px 5px 0;
253
- }
254
 
255
  .mtphr-dnt-single-image .mtphr-dnt-delete {
256
  position: absolute;
@@ -259,25 +220,19 @@
259
  z-index: 999;
260
  color: #333;
261
  text-decoration: none;
262
- margin-top: -7px;
263
- }
264
 
265
  .mtphr-dnt-single-image .mtphr-dnt-delete:hover {
266
- color: #dd3d36;
267
- }
268
 
269
  .mtphr-dnt-single-image-td select {
270
- margin-left: 5px;
271
- }
272
 
273
  .wp-core-ui #mtphr-dnt-settings-select .button.mtphr-dnt-single-image-upload {
274
  background-color: #58ca68;
275
- border: none;
276
- }
277
-
278
- .wp-core-ui #mtphr-dnt-settings-select .button.mtphr-dnt-single-image-upload:hover {
279
- background-color: #3ab64a;
280
- }
281
 
282
  /* --------------------------------------------------------- */
283
  /* !List Fields */
@@ -287,8 +242,7 @@
287
  padding: 10px;
288
  margin: 10px 0;
289
  border-radius: 5px;
290
- overflow: hidden;
291
- }
292
 
293
  .mtphr-dnt-list-heading {
294
  display: block;
@@ -299,66 +253,45 @@
299
  padding: 5px 10px;
300
  margin: -10px -10px 10px;
301
  cursor: pointer;
302
- -webkit-transition: background-color 0.25s ease, border-radius 0.25s ease;
303
- transition: background-color 0.25s ease, border-radius 0.25s ease;
304
- }
305
-
306
- .mtphr-dnt-list-heading:active, .mtphr-dnt-list-heading:focus {
307
- box-shadow: none;
308
- outline: none;
309
- }
310
-
311
- .mtphr-dnt-list-heading .dashicons-menu {
312
- color: #FFF;
313
- margin-right: 8px;
314
- }
315
 
316
  .mtphr-dnt-list-buttons {
317
  float: right;
318
- margin: -5px -10px;
319
- }
320
-
321
- .mtphr-dnt-list-buttons a {
322
- float: left;
323
- display: block;
324
- width: 30px;
325
- height: 30px;
326
- text-align: center;
327
- text-decoration: none;
328
- background: transparent;
329
- }
330
-
331
- .mtphr-dnt-list-buttons a.mtphr-dnt-list-add:hover i {
332
- color: #58ca68;
333
- }
334
-
335
- .mtphr-dnt-list-buttons a.mtphr-dnt-list-add i {
336
- color: #FFF;
337
- }
338
-
339
- .mtphr-dnt-list-buttons a.mtphr-dnt-list-delete:hover i {
340
- color: red;
341
- }
342
-
343
- .mtphr-dnt-list-buttons a.mtphr-dnt-list-delete i {
344
- color: #FFF;
345
- }
346
-
347
- .mtphr-dnt-list-buttons i {
348
- width: 15px;
349
- height: 15px;
350
- font-size: 15px;
351
- line-height: 31px;
352
- }
353
 
354
  .mtphr-dnt-list-field {
355
  color: #333333;
356
- margin-bottom: 20px;
357
- }
358
-
359
- .mtphr-dnt-list-field:last-child {
360
- margin-bottom: 0;
361
- }
362
 
363
  .mtphr-dnt-list-placeholder {
364
  width: 100%;
@@ -366,37 +299,28 @@
366
  border: 3px dashed #e6e6e6;
367
  border-radius: 5px;
368
  margin: 5px 0;
369
- box-sizing: border-box;
370
- }
371
 
372
  @media (min-width: 768px) {
373
  .mtphr-dnt-list-item > td {
374
- display: table-cell !important;
375
- }
376
  .mtphr-dnt-list-handle {
377
- padding: 5px 2px 0 0;
378
- }
379
  .mtphr-dnt-list-add-delete {
380
  width: 30px;
381
- padding: 5px 0 0 2px;
382
- }
383
- .mtphr-dnt-list-add-delete a {
384
- float: none;
385
- margin-left: 0;
386
- }
387
- }
388
 
389
  /* --------------------------------------------------------- */
390
  /* !Sort Fields */
391
  /* --------------------------------------------------------- */
392
  .mtphr-dnt-sort-field {
393
  color: #333333;
394
- margin-bottom: 20px;
395
- }
396
-
397
- .mtphr-dnt-sort-field:last-child {
398
- margin-bottom: 0;
399
- }
400
 
401
  .mtphr-dnt-sort-placeholder {
402
  width: 100%;
@@ -404,33 +328,21 @@
404
  border: 3px dashed #e6e6e6;
405
  border-radius: 5px;
406
  margin: 5px 0;
407
- box-sizing: border-box;
408
- }
409
 
410
  .mtphr-dnt-sort-item {
411
- margin: 10px 0;
412
- }
413
-
414
- .mtphr-dnt-sort-item.active .mtphr-dnt-sort-heading {
415
- background-color: #333333;
416
- }
417
-
418
- .mtphr-dnt-sort-item.active .mtphr-dnt-sort-heading .dashicons-menu {
419
- color: #FFF;
420
- }
421
-
422
- .mtphr-dnt-sort-item.active .mtphr-dnt-sort-heading .mtphr-dnt-sort-heading-title {
423
- color: #FFF;
424
- }
425
-
426
- .mtphr-dnt-sort-item.active .mtphr-dnt-sort-heading .mtphr-dnt-sort-heading-title i {
427
- color: #58ca68;
428
- }
429
-
430
- .mtphr-dnt-sort-item.active.has-fields .mtphr-dnt-sort-heading {
431
- border-bottom-left-radius: 0;
432
- border-bottom-right-radius: 0;
433
- }
434
 
435
  .mtphr-dnt-sort-heading {
436
  display: block;
@@ -441,61 +353,45 @@
441
  padding: 10px;
442
  border-radius: 5px;
443
  cursor: pointer;
444
- -webkit-transition: background-color 0.25s ease, border-radius 0.25s ease;
445
- transition: background-color 0.25s ease, border-radius 0.25s ease;
446
- }
447
-
448
- .mtphr-dnt-sort-heading:active, .mtphr-dnt-sort-heading:focus {
449
- box-shadow: none;
450
- outline: none;
451
- }
452
-
453
- .mtphr-dnt-sort-heading:hover {
454
- background-color: #cccccc;
455
- }
456
-
457
- .mtphr-dnt-sort-heading input {
458
- display: none;
459
- }
460
-
461
- .mtphr-dnt-sort-heading .mtphr-dnt-sort-heading-title {
462
- display: inline-block;
463
- line-height: 20px;
464
- color: #333333;
465
- margin-right: 3px;
466
- }
467
-
468
- .mtphr-dnt-sort-heading .mtphr-dnt-sort-heading-title i {
469
- float: left;
470
- display: block;
471
- width: 24px;
472
- height: 24px;
473
- line-height: 24px;
474
- text-align: center;
475
- color: #d9d9d9;
476
- background: #FFF;
477
- border-radius: 12px;
478
- margin: -2px 8px -3px 0;
479
- -webkit-transition: color 0.25s ease;
480
- transition: color 0.25s ease;
481
- }
482
-
483
- .mtphr-dnt-sort-heading .dashicons-menu {
484
- color: #333333;
485
- margin-right: 8px;
486
- }
487
 
488
  .mtphr-dnt-sort-item-fields {
489
  display: none;
490
  background-color: #f2f2f2;
491
  padding: 10px;
492
  border-bottom-left-radius: 5px;
493
- border-bottom-right-radius: 5px;
494
- }
495
-
496
- .mtphr-dnt-sort-item-fields.active {
497
- display: block;
498
- }
499
 
500
  /* --------------------------------------------------------- */
501
  /* !Metaboxe Defaults */
@@ -506,44 +402,30 @@
506
  padding: 10px;
507
  margin: 20px 0;
508
  border-radius: 5px;
509
- border-top: 5px solid #58ca68;
510
- }
511
-
512
- #mtphr-dnt-settings-select.mtphr_dnt_affix {
513
- padding-top: 60px;
514
- }
515
-
516
- #mtphr-dnt-settings-select table {
517
- width: 100%;
518
- }
519
-
520
- #mtphr-dnt-settings-select .mtphr-dnt-table {
521
- margin-top: 15px;
522
- }
523
-
524
- #mtphr-dnt-settings-select .mtphr-dnt-metabox-heading {
525
- float: left;
526
- font-size: 18px;
527
- font-weight: bold;
528
- text-transform: uppercase;
529
- letter-spacing: 1px;
530
- color: #FFF;
531
- margin-top: 0;
532
- }
533
-
534
- #mtphr-dnt-settings-select .mtphr-dnt-metabox-heading i {
535
- font-size: 26px;
536
- color: #3ab64a;
537
- }
538
-
539
- #mtphr-dnt-settings-select .mtphr-dnt-metabox-heading i:before {
540
- vertical-align: middle;
541
- }
542
 
543
  #mtphr-dnt-type-metaboxes > div,
544
  #mtphr-dnt-mode-metaboxes > div {
545
- display: none;
546
- }
547
 
548
  #mtphr-dnt-metabox-group-toggles {
549
  font-size: 14px;
@@ -553,86 +435,57 @@
553
  letter-spacing: 1px;
554
  color: #FFF;
555
  background: #333333;
556
- margin: -10px -10px 20px;
557
- }
558
-
559
- #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
560
- position: fixed;
561
- top: 32px;
562
- left: 0;
563
- z-index: 99;
564
- width: 100%;
565
- padding-left: 182px;
566
- margin: 0;
567
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
568
- box-sizing: border-box;
569
- }
570
-
571
- .auto-fold #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
572
- padding-left: 182px;
573
- }
574
-
575
- .folded #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
576
- padding-left: 58px;
577
- }
578
-
579
- #mtphr-dnt-metabox-group-toggles a {
580
- float: left;
581
- display: block;
582
- color: #FFF;
583
- text-decoration: none;
584
- padding: 10px 10px 10px 10px;
585
- background-color: #333333;
586
- border-bottom-left-radius: 5px;
587
- border-bottom-right-radius: 5px;
588
- }
589
-
590
- #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles a {
591
- border-bottom-left-radius: 0;
592
- border-bottom-right-radius: 0;
593
- }
594
-
595
- #mtphr-dnt-metabox-group-toggles a:first-child {
596
- border-bottom-left-radius: 0;
597
- }
598
-
599
- #mtphr-dnt-metabox-group-toggles a.active {
600
- background-color: #58ca68;
601
- }
602
-
603
- #mtphr-dnt-metabox-group-toggles a.active i {
604
- color: #FFF;
605
- }
606
-
607
- #mtphr-dnt-metabox-group-toggles a.active:hover {
608
- background-color: #58ca68;
609
- }
610
-
611
- #mtphr-dnt-metabox-group-toggles a:hover {
612
- background-color: #4d4d4d;
613
- }
614
-
615
- #mtphr-dnt-metabox-group-toggles a.focus, #mtphr-dnt-metabox-group-toggles a.active {
616
- box-shadow: none;
617
- outline: none;
618
- }
619
-
620
- #mtphr-dnt-metabox-group-toggles a i {
621
- font-size: 20px;
622
- color: #58ca68;
623
- }
624
-
625
- #mtphr-dnt-metabox-group-toggles a i:before {
626
- vertical-align: middle;
627
- }
628
 
629
  .mtphr-dnt-metabox-group {
630
- display: none;
631
- }
632
 
633
  .mtphr-dnt-metabox-group.active {
634
- display: block;
635
- }
636
 
637
  .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button {
638
  color: #FFF;
@@ -640,70 +493,46 @@
640
  background: gray;
641
  margin: 2px 0;
642
  box-shadow: none;
643
- -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
644
- transition: background-color 0.25s ease, border-color 0.25s ease;
645
- }
646
-
647
- .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button:hover {
648
- background-color: #999999;
649
- }
650
-
651
- .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button:hover i {
652
- opacity: 1;
653
- }
654
-
655
- .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.button-primary {
656
- background: #58ca68;
657
- border-color: #3ab64a;
658
- text-shadow: none;
659
- }
660
-
661
- .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.button-primary:hover {
662
- background-color: #3ab64a;
663
- }
664
-
665
- .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.button-primary:active, .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.button-primary:focus {
666
- outline: none;
667
- -moz-outline-style: none;
668
- box-shadow: none;
669
- }
670
-
671
- .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.button-primary i {
672
- opacity: 1;
673
- }
674
-
675
- .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.mtphr-dnt-get-more {
676
- background: #4d4d4d;
677
- }
678
-
679
- .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.mtphr-dnt-get-more:hover {
680
- background-color: #595959;
681
- }
682
-
683
- .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button i {
684
- font-size: 16px;
685
- line-height: 16px;
686
- margin: 2px 0 0 -5px;
687
- opacity: .5;
688
- -webkit-transition: opacity 0.25s ease;
689
- transition: opacity 0.25s ease;
690
- }
691
-
692
- .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button i:before {
693
- vertical-align: middle;
694
- }
695
-
696
- .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button i.fontastic {
697
- display: inline-block;
698
- vertical-align: top;
699
- font-size: 14px;
700
- line-height: 14px;
701
- margin-top: 5px;
702
- }
703
 
704
  .mtphr-dnt-metabox-toggle {
705
- padding-bottom: 20px;
706
- }
707
 
708
  .mtphr-dnt-field-group {
709
  color: #333333;
@@ -711,38 +540,28 @@
711
  padding: 20px 20px;
712
  margin: 10px 0;
713
  border-top: 5px solid #58ca68;
714
- border-radius: 5px;
715
- }
716
-
717
- .mtphr-dnt-metabox .mtphr-dnt-field-group:first-child {
718
- margin-top: 0;
719
- }
720
-
721
- .mtphr-dnt-metabox .mtphr-dnt-field-group:last-child {
722
- margin-bottom: 0;
723
- }
724
 
725
  .mtphr-dnt-heading {
726
  background-color: #f2f2f2;
727
  border-bottom: 1px solid #e6e6e6;
728
  margin: -20px -20px 20px;
729
- padding: 10px 20px;
730
- }
731
-
732
- .mtphr-dnt-heading h3 {
733
- float: left;
734
- text-transform: uppercase;
735
- letter-spacing: 1px;
736
- color: #333333;
737
- padding: 0 !important;
738
- margin: 2px 2px 2px 0;
739
- }
740
-
741
- .mtphr-dnt-heading p {
742
- clear: both;
743
- margin: 0;
744
- color: #666666;
745
- }
746
 
747
  .mtphr-dnt-subheading {
748
  font-size: 12px;
@@ -751,31 +570,22 @@
751
  text-transform: uppercase;
752
  letter-spacing: 1px;
753
  color: #333333;
754
- margin-bottom: 2px;
755
- }
756
-
757
- .mtphr-dnt-subheading .mtphr-dnt-help i {
758
- width: 17px;
759
- height: 17px;
760
- font-size: 17px;
761
- }
762
 
763
  .mtphr-dnt-help {
764
  display: inline-block;
765
- text-decoration: none;
766
- }
767
-
768
- .mtphr-dnt-help i {
769
- color: #999999;
770
- }
771
 
772
  .mtphr-dnt-field {
773
- margin-bottom: 20px;
774
- }
775
-
776
- .mtphr-dnt-field-group .mtphr-dnt-field:last-child {
777
- margin-bottom: 0;
778
- }
779
 
780
  #mtphr-dnt-publish {
781
  display: none;
@@ -784,111 +594,79 @@
784
  line-height: 14px;
785
  text-transform: uppercase;
786
  padding: 6px 12px 6px;
787
- margin: 5px 20px 0 0 !important;
788
- }
789
-
790
- #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-publish {
791
- display: block;
792
- }
793
-
794
- #mtphr-dnt-publish i {
795
- font-size: 20px !important;
796
- margin: -2px 0 -4px -5px !important;
797
- }
798
 
799
  .mtphr-dnt-field-type-checkboxes label {
800
- margin: 5px 20px 5px 0;
801
- }
802
-
803
- .mtphr-dnt-field-type-checkboxes label:last-child {
804
- margin-right: 0;
805
- }
806
 
807
  @media (max-width: 960px) {
808
  .auto-fold #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
809
- padding-left: 58px;
810
- }
811
- }
812
 
813
  @media (max-width: 782px) {
814
  .wp-core-ui #mtphr-dnt-settings-select .button i {
815
- margin-top: -1px;
816
- }
817
- .wp-core-ui #mtphr-dnt-settings-select .button i.fontastic {
818
- margin-top: 2px;
819
- }
820
  .mtphr-dnt-metabox input, .mtphr-dnt-metabox textarea {
821
- font-size: 14px;
822
- }
823
  .mtphr-dnt-metabox input[type="text"],
824
  .mtphr-dnt-metabox input[type="password"],
825
  .mtphr-dnt-metabox input[type="email"],
826
  .mtphr-dnt-metabox input[type="number"],
827
  .mtphr-dnt-metabox input[type="search"] {
828
- padding: 3px 5px;
829
- }
830
  #wpbody .mtphr-dnt-metabox select {
831
  height: auto;
832
- font-size: 14px;
833
- }
834
  .mtphr-dnt-metabox input[type=checkbox],
835
  .mtphr-dnt-metabox input[type=radio] {
836
  height: 16px;
837
- width: 16px;
838
- }
839
  .mtphr-dnt-metabox input[type=checkbox]:checked:before,
840
  .mtphr-dnt-metabox input[type=radio]:checked:before {
841
  width: 16px;
842
- font: 400 21px/1 dashicons;
843
- }
844
  .mtphr-dnt-metabox input[type=checkbox]:checked:before {
845
- margin: -3px 0 0 -4px;
846
- }
847
  .mtphr-dnt-metabox input[type=radio]:checked:before {
848
  width: 6px;
849
  height: 6px;
850
- margin: 4px;
851
- }
852
  #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
853
  top: 46px;
854
- padding-left: 0;
855
- }
856
- .auto-fold #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
857
- padding-left: 0;
858
- }
859
  #mtphr-dnt-publish {
860
- margin-right: 13px !important;
861
- }
862
- }
863
 
864
  @media (max-width: 600px) {
865
  #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
866
- top: 0;
867
- }
868
  #mtphr-dnt-metabox-group-toggles a span {
869
- display: none;
870
- }
871
  #mtphr-dnt-publish i {
872
- margin-right: -3px !important;
873
- }
874
  #mtphr-dnt-publish span {
875
- display: none;
876
- }
877
- }
878
 
879
  @media (max-width: 365px) {
880
  #mtphr-dnt-metabox-group-toggles {
881
  font-size: 12px;
882
- line-height: 12px;
883
- }
884
- #mtphr-dnt-metabox-group-toggles a i {
885
- font-size: 14px;
886
- }
887
  #mtphr-dnt-publish {
888
  padding-top: 4px;
889
- padding-bottom: 4px;
890
- }
891
- }
892
 
893
  /* --------------------------------------------------------- */
894
  /* !Default Ticks Metabox */
@@ -897,14 +675,11 @@
897
  .mtphr-dnt-list-field-mtphr_dnt_ticks_link {
898
  float: left;
899
  width: 50%;
900
- margin-right: 1.5%;
901
- }
902
  .mtphr-dnt-list-field-mtphr_dnt_ticks_target {
903
  float: left;
904
  width: auto;
905
- margin-right: 1.5%;
906
- }
907
- }
908
 
909
  /* --------------------------------------------------------- */
910
  /* !Mixed Ticks Metabox */
@@ -913,12 +688,9 @@
913
  .mtphr-dnt-list-field-mtphr_dnt_mixed_ticks_type,
914
  .mtphr-dnt-list-field-mtphr_dnt_mixed_ticks_all {
915
  float: left;
916
- margin-right: 30px;
917
- }
918
  .mtphr-dnt-field-mtphr_dnt_mixed_ticks .mtphr-dnt-list-field {
919
- margin-bottom: 0;
920
- }
921
- }
922
 
923
  /* --------------------------------------------------------- */
924
  /* !Scroll Mode Metabox */
@@ -926,30 +698,23 @@
926
  @media (min-width: 768px) {
927
  .mtphr-dnt-field-mtphr_dnt_scroll_direction {
928
  float: left;
929
- margin-bottom: 0;
930
- }
931
  .mtphr-dnt-field-mtphr_dnt_scroll_width {
932
  float: left;
933
- margin-right: 20px;
934
- }
935
  .mtphr-dnt-field-mtphr_dnt_scroll_height {
936
- float: left;
937
- }
938
  .mtphr-dnt-field-mtphr_dnt_scroll_padding {
939
  float: left;
940
  margin-right: 20px;
941
- margin-bottom: 0;
942
- }
943
  .mtphr-dnt-field-mtphr_dnt_scroll_margin {
944
  float: left;
945
- margin-bottom: 0;
946
- }
947
  .mtphr-dnt-field-mtphr_dnt_scroll_speed {
948
  float: left;
949
  margin-right: 20px;
950
- margin-bottom: 0;
951
- }
952
- }
953
 
954
  /* --------------------------------------------------------- */
955
  /* !Rotate Mode Metabox */
@@ -964,9 +729,7 @@
964
  .mtphr-dnt-field-mtphr_dnt_rotate_control_nav {
965
  float: left;
966
  margin-right: 20px;
967
- margin-bottom: 0;
968
- }
969
- }
970
 
971
  /* --------------------------------------------------------- */
972
  /* !List Mode Metabox */
@@ -974,19 +737,16 @@
974
  .mtphr-dnt-field-mtphr_dnt_list_tick_count {
975
  border-bottom: 1px solid #f2f2f2;
976
  padding-bottom: 20px;
977
- margin-bottom: 20px;
978
- }
979
 
980
  .mtphr-dnt-field-mtphr_dnt_list_tick_prev_text,
981
  .mtphr-dnt-field-mtphr_dnt_list_tick_next_text {
982
  float: left;
983
  width: 100px;
984
- margin-right: 20px;
985
- }
986
 
987
  .mtphr-dnt-field-mtphr_dnt_list_tick_prev_text {
988
- clear: both;
989
- }
990
 
991
  @media (min-width: 768px) {
992
  .mtphr-dnt-field-mtphr_dnt_list_padding,
@@ -994,13 +754,10 @@
994
  .mtphr-dnt-field-mtphr_dnt_list_tick_paging,
995
  .mtphr-dnt-field-mtphr_dnt_list_tick_prev_next {
996
  float: left;
997
- margin-right: 20px;
998
- }
999
  .mtphr-dnt-field-mtphr_dnt_list_padding,
1000
  .mtphr-dnt-field-mtphr_dnt_list_margin {
1001
- margin-bottom: 0;
1002
- }
1003
- }
1004
 
1005
  /* --------------------------------------------------------- */
1006
  /* !Global Settings Metabox */
@@ -1008,6 +765,4 @@
1008
  @media (min-width: 768px) {
1009
  .mtphr-dnt-field-mtphr_dnt_title {
1010
  float: left;
1011
- margin-right: 20px;
1012
- }
1013
- }
10
  /* --------------------------------------------------------- */
11
  /* !Dashboard Menu Icon */
12
  /* --------------------------------------------------------- */
13
+ .dashicons-ditty-news-ticker:before {
14
  font-family: "ditty-news-ticker" !important;
15
  font-size: 18px !important;
16
  font-style: normal !important;
21
  line-height: 1;
22
  -webkit-font-smoothing: antialiased;
23
  -moz-osx-font-smoothing: grayscale;
24
+ content: "\e009" !important; }
 
25
 
26
  /* --------------------------------------------------------- */
27
  /* !Visual Composer Icon */
29
  .vc_element-icon.mtphr-dnt-icon-dittynewsticker {
30
  font-size: 32px;
31
  color: #58ca68;
32
+ background-image: none; }
 
33
 
34
  /* --------------------------------------------------------- */
35
  /* !Classes */
38
  .mtphr-dnt-clearfix:after {
39
  display: table;
40
  border-spacing: 0;
41
+ content: " "; }
 
42
 
43
  .mtphr-dnt-clearfix:after {
44
+ clear: both; }
 
45
 
46
  .mtphr-dnt-clear {
47
  display: block;
48
+ clear: both; }
 
49
 
50
  /* --------------------------------------------------------- */
51
  /* !Edit Screen */
52
  /* --------------------------------------------------------- */
53
  .column-dnt_type,
54
  .column-dnt_mode {
55
+ width: 10%; }
 
56
 
57
  .column-dnt_shortcode pre,
58
  .column-dnt_shortcode p,
59
  .column-dnt_function pre,
60
  .column-dnt_function p {
61
  white-space: inherit !important;
62
+ margin: 0 !important; }
 
63
 
64
  .column-dnt_shortcode pre,
65
  .column-dnt_function pre {
66
  padding: 10px;
67
  background: #FFF;
68
+ border: 1px solid #EEE; }
 
69
 
70
  .mtphr-dnt-metaboxer_mtphr_dnt_ticks-tick .wp-editor-wrap {
71
+ margin-bottom: 10px; }
 
72
 
73
  /* --------------------------------------------------------- */
74
  /* !Code copy - 1.4.0 */
75
  /* --------------------------------------------------------- */
76
  #mtphr-dnt-code-copy table {
77
  display: block;
78
+ width: 100%; }
 
79
 
80
  #mtphr-dnt-code-copy td {
81
  display: block;
86
  border: 1px solid #dfdfdf;
87
  border-radius: 5px;
88
  border-top: 5px solid #58ca68;
89
+ margin: 10px 0; }
90
+ #mtphr-dnt-code-copy td .wrapper {
91
+ padding: 10px; }
 
 
 
92
 
93
  #mtphr-dnt-code-copy h3 {
94
  color: #FFF;
95
  padding: 0;
96
+ margin-bottom: 0; }
 
97
 
98
  #mtphr-dnt-code-copy p {
99
+ margin: 0 0 8px; }
 
100
 
101
  #mtphr-dnt-code-copy pre {
102
  color: #333333;
105
  background: #FFF;
106
  border-radius: 3px;
107
  white-space: normal;
108
+ word-break: break-all; }
109
+ #mtphr-dnt-code-copy pre p {
110
+ margin-bottom: 0; }
 
 
 
111
 
112
  #mtphr-dnt-code-copy .button {
113
  color: #FFF;
115
  background: gray;
116
  margin: 2px 0;
117
  box-shadow: none;
118
+ -webkit-transition: background-color .25s ease, border-color .25s ease;
119
+ transition: background-color .25s ease, border-color .25s ease; }
120
+ #mtphr-dnt-code-copy .button:hover {
121
+ background-color: #999999; }
122
+ #mtphr-dnt-code-copy .button:hover i {
123
+ opacity: 1; }
 
 
 
 
 
124
 
125
  @media (min-width: 601px) {
126
  #mtphr-dnt-code-copy {
127
+ margin: 10px -5px -5px; }
128
+ #mtphr-dnt-code-copy table {
129
+ display: table;
130
+ border-spacing: 5px; }
131
+ #mtphr-dnt-code-copy td {
132
+ display: table-cell;
133
+ width: auto; } }
 
 
 
 
134
 
135
  /*
136
  @media (min-width: 768px) {
147
  .mtphr-dnt-codemirror .CodeMirror {
148
  border: 1px solid #dfdfdf;
149
  height: auto;
150
+ min-height: 52px; }
 
151
 
152
  /* --------------------------------------------------------- */
153
  /* !Text Field */
154
  /* --------------------------------------------------------- */
155
  .mtphr-dnt-field-type-text input[type="text"] {
156
  width: 100%;
157
+ border-radius: 3px; }
 
158
 
159
  /* --------------------------------------------------------- */
160
  /* !Number Field */
161
  /* --------------------------------------------------------- */
162
  .mtphr-dnt-field-type-number input[type="number"] {
163
  width: 80px;
164
+ border-radius: 3px; }
 
165
 
166
  /* --------------------------------------------------------- */
167
  /* !Textarea Field */
168
  /* --------------------------------------------------------- */
169
  .mtphr-dnt-field-type-textarea textarea {
170
  width: 100%;
171
+ border-radius: 3px; }
 
172
 
173
  /* --------------------------------------------------------- */
174
  /* !Radio Buttons */
175
  /* --------------------------------------------------------- */
176
  .mtphr-dnt-field-type-radio_buttons label {
177
  display: block;
178
+ margin-bottom: 10px; }
179
+ .mtphr-dnt-field-type-radio_buttons label:last-child {
180
+ margin-bottom: 0; }
 
 
 
181
 
182
  @media (min-width: 768px) {
183
  .mtphr-dnt-field-type-radio_buttons label {
184
  display: inline;
185
  margin-right: 20px;
186
+ margin-bottom: 0; } }
 
 
187
 
188
  /* --------------------------------------------------------- */
189
  /* !Single image */
198
  padding: 3px 24px 3px 3px;
199
  -webkit-border-radius: 3px;
200
  -moz-border-radius: 3px;
201
+ border-radius: 3px; }
 
202
 
203
  .mtphr-dnt-single-image img {
204
  display: inline-block;
205
  vertical-align: middle;
206
  width: auto;
207
  max-height: 26px;
208
+ margin-right: 7px; }
 
209
 
210
  .mtphr-dnt-single-image-title {
211
  display: inline-block;
212
  font-size: 12px;
213
  line-height: 16px;
214
+ padding: 5px 7px 5px 0; }
 
215
 
216
  .mtphr-dnt-single-image .mtphr-dnt-delete {
217
  position: absolute;
220
  z-index: 999;
221
  color: #333;
222
  text-decoration: none;
223
+ margin-top: -7px; }
 
224
 
225
  .mtphr-dnt-single-image .mtphr-dnt-delete:hover {
226
+ color: #dd3d36; }
 
227
 
228
  .mtphr-dnt-single-image-td select {
229
+ margin-left: 5px; }
 
230
 
231
  .wp-core-ui #mtphr-dnt-settings-select .button.mtphr-dnt-single-image-upload {
232
  background-color: #58ca68;
233
+ border: none; }
234
+ .wp-core-ui #mtphr-dnt-settings-select .button.mtphr-dnt-single-image-upload:hover {
235
+ background-color: #3ab64a; }
 
 
 
236
 
237
  /* --------------------------------------------------------- */
238
  /* !List Fields */
242
  padding: 10px;
243
  margin: 10px 0;
244
  border-radius: 5px;
245
+ overflow: hidden; }
 
246
 
247
  .mtphr-dnt-list-heading {
248
  display: block;
253
  padding: 5px 10px;
254
  margin: -10px -10px 10px;
255
  cursor: pointer;
256
+ -webkit-transition: background-color .25s ease, border-radius .25s ease;
257
+ transition: background-color .25s ease, border-radius .25s ease; }
258
+ .mtphr-dnt-list-heading:active, .mtphr-dnt-list-heading:focus {
259
+ box-shadow: none;
260
+ outline: none; }
261
+ .mtphr-dnt-list-heading .dashicons-menu {
262
+ color: #FFF;
263
+ margin-right: 8px; }
 
 
 
 
 
264
 
265
  .mtphr-dnt-list-buttons {
266
  float: right;
267
+ margin: -5px -10px; }
268
+ .mtphr-dnt-list-buttons a {
269
+ float: left;
270
+ display: block;
271
+ width: 30px;
272
+ height: 30px;
273
+ text-align: center;
274
+ text-decoration: none;
275
+ background: transparent; }
276
+ .mtphr-dnt-list-buttons a.mtphr-dnt-list-add:hover i {
277
+ color: #58ca68; }
278
+ .mtphr-dnt-list-buttons a.mtphr-dnt-list-add i {
279
+ color: #FFF; }
280
+ .mtphr-dnt-list-buttons a.mtphr-dnt-list-delete:hover i {
281
+ color: red; }
282
+ .mtphr-dnt-list-buttons a.mtphr-dnt-list-delete i {
283
+ color: #FFF; }
284
+ .mtphr-dnt-list-buttons i {
285
+ width: 15px;
286
+ height: 15px;
287
+ font-size: 15px;
288
+ line-height: 31px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
289
 
290
  .mtphr-dnt-list-field {
291
  color: #333333;
292
+ margin-bottom: 20px; }
293
+ .mtphr-dnt-list-field:last-child {
294
+ margin-bottom: 0; }
 
 
 
295
 
296
  .mtphr-dnt-list-placeholder {
297
  width: 100%;
299
  border: 3px dashed #e6e6e6;
300
  border-radius: 5px;
301
  margin: 5px 0;
302
+ box-sizing: border-box; }
 
303
 
304
  @media (min-width: 768px) {
305
  .mtphr-dnt-list-item > td {
306
+ display: table-cell !important; }
 
307
  .mtphr-dnt-list-handle {
308
+ padding: 5px 2px 0 0; }
 
309
  .mtphr-dnt-list-add-delete {
310
  width: 30px;
311
+ padding: 5px 0 0 2px; }
312
+ .mtphr-dnt-list-add-delete a {
313
+ float: none;
314
+ margin-left: 0; } }
 
 
 
315
 
316
  /* --------------------------------------------------------- */
317
  /* !Sort Fields */
318
  /* --------------------------------------------------------- */
319
  .mtphr-dnt-sort-field {
320
  color: #333333;
321
+ margin-bottom: 20px; }
322
+ .mtphr-dnt-sort-field:last-child {
323
+ margin-bottom: 0; }
 
 
 
324
 
325
  .mtphr-dnt-sort-placeholder {
326
  width: 100%;
328
  border: 3px dashed #e6e6e6;
329
  border-radius: 5px;
330
  margin: 5px 0;
331
+ box-sizing: border-box; }
 
332
 
333
  .mtphr-dnt-sort-item {
334
+ margin: 10px 0; }
335
+ .mtphr-dnt-sort-item.active .mtphr-dnt-sort-heading {
336
+ background-color: #333333; }
337
+ .mtphr-dnt-sort-item.active .mtphr-dnt-sort-heading .dashicons-menu {
338
+ color: #FFF; }
339
+ .mtphr-dnt-sort-item.active .mtphr-dnt-sort-heading .mtphr-dnt-sort-heading-title {
340
+ color: #FFF; }
341
+ .mtphr-dnt-sort-item.active .mtphr-dnt-sort-heading .mtphr-dnt-sort-heading-title i {
342
+ color: #58ca68; }
343
+ .mtphr-dnt-sort-item.active.has-fields .mtphr-dnt-sort-heading {
344
+ border-bottom-left-radius: 0;
345
+ border-bottom-right-radius: 0; }
 
 
 
 
 
 
 
 
 
 
 
346
 
347
  .mtphr-dnt-sort-heading {
348
  display: block;
353
  padding: 10px;
354
  border-radius: 5px;
355
  cursor: pointer;
356
+ -webkit-transition: background-color .25s ease, border-radius .25s ease;
357
+ transition: background-color .25s ease, border-radius .25s ease; }
358
+ .mtphr-dnt-sort-heading:active, .mtphr-dnt-sort-heading:focus {
359
+ box-shadow: none;
360
+ outline: none; }
361
+ .mtphr-dnt-sort-heading:hover {
362
+ background-color: #cccccc; }
363
+ .mtphr-dnt-sort-heading input {
364
+ display: none; }
365
+ .mtphr-dnt-sort-heading .mtphr-dnt-sort-heading-title {
366
+ display: inline-block;
367
+ line-height: 20px;
368
+ color: #333333;
369
+ margin-right: 3px; }
370
+ .mtphr-dnt-sort-heading .mtphr-dnt-sort-heading-title i {
371
+ float: left;
372
+ display: block;
373
+ width: 24px;
374
+ height: 24px;
375
+ line-height: 24px;
376
+ text-align: center;
377
+ color: #d9d9d9;
378
+ background: #FFF;
379
+ border-radius: 12px;
380
+ margin: -2px 8px -3px 0;
381
+ -webkit-transition: color .25s ease;
382
+ transition: color .25s ease; }
383
+ .mtphr-dnt-sort-heading .dashicons-menu {
384
+ color: #333333;
385
+ margin-right: 8px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
386
 
387
  .mtphr-dnt-sort-item-fields {
388
  display: none;
389
  background-color: #f2f2f2;
390
  padding: 10px;
391
  border-bottom-left-radius: 5px;
392
+ border-bottom-right-radius: 5px; }
393
+ .mtphr-dnt-sort-item-fields.active {
394
+ display: block; }
 
 
 
395
 
396
  /* --------------------------------------------------------- */
397
  /* !Metaboxe Defaults */
402
  padding: 10px;
403
  margin: 20px 0;
404
  border-radius: 5px;
405
+ border-top: 5px solid #58ca68; }
406
+ #mtphr-dnt-settings-select.mtphr_dnt_affix {
407
+ padding-top: 60px; }
408
+ #mtphr-dnt-settings-select table {
409
+ width: 100%; }
410
+ #mtphr-dnt-settings-select .mtphr-dnt-table {
411
+ margin-top: 15px; }
412
+ #mtphr-dnt-settings-select .mtphr-dnt-metabox-heading {
413
+ float: left;
414
+ font-size: 18px;
415
+ font-weight: bold;
416
+ text-transform: uppercase;
417
+ letter-spacing: 1px;
418
+ color: #FFF;
419
+ margin-top: 0; }
420
+ #mtphr-dnt-settings-select .mtphr-dnt-metabox-heading i {
421
+ font-size: 26px;
422
+ color: #3ab64a; }
423
+ #mtphr-dnt-settings-select .mtphr-dnt-metabox-heading i:before {
424
+ vertical-align: middle; }
 
 
 
 
 
 
 
 
 
 
 
 
 
425
 
426
  #mtphr-dnt-type-metaboxes > div,
427
  #mtphr-dnt-mode-metaboxes > div {
428
+ display: none; }
 
429
 
430
  #mtphr-dnt-metabox-group-toggles {
431
  font-size: 14px;
435
  letter-spacing: 1px;
436
  color: #FFF;
437
  background: #333333;
438
+ margin: -10px -10px 20px; }
439
+ #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
440
+ position: fixed;
441
+ top: 32px;
442
+ left: 0;
443
+ z-index: 99;
444
+ width: 100%;
445
+ padding-left: 182px;
446
+ margin: 0;
447
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
448
+ box-sizing: border-box; }
449
+ .auto-fold #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
450
+ padding-left: 182px; }
451
+ .folded #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
452
+ padding-left: 58px; }
453
+ #mtphr-dnt-metabox-group-toggles a {
454
+ float: left;
455
+ display: block;
456
+ color: #FFF;
457
+ text-decoration: none;
458
+ padding: 10px 10px 10px 10px;
459
+ background-color: #333333;
460
+ border-bottom-left-radius: 5px;
461
+ border-bottom-right-radius: 5px; }
462
+ #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles a {
463
+ border-bottom-left-radius: 0;
464
+ border-bottom-right-radius: 0; }
465
+ #mtphr-dnt-metabox-group-toggles a:first-child {
466
+ border-bottom-left-radius: 0; }
467
+ #mtphr-dnt-metabox-group-toggles a.active {
468
+ background-color: #58ca68; }
469
+ #mtphr-dnt-metabox-group-toggles a.active i {
470
+ color: #FFF; }
471
+ #mtphr-dnt-metabox-group-toggles a.active:hover {
472
+ background-color: #58ca68; }
473
+ #mtphr-dnt-metabox-group-toggles a:hover {
474
+ background-color: #4d4d4d; }
475
+ #mtphr-dnt-metabox-group-toggles a.focus, #mtphr-dnt-metabox-group-toggles a.active {
476
+ box-shadow: none;
477
+ outline: none; }
478
+ #mtphr-dnt-metabox-group-toggles a i {
479
+ font-size: 20px;
480
+ color: #58ca68; }
481
+ #mtphr-dnt-metabox-group-toggles a i:before {
482
+ vertical-align: middle; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
483
 
484
  .mtphr-dnt-metabox-group {
485
+ display: none; }
 
486
 
487
  .mtphr-dnt-metabox-group.active {
488
+ display: block; }
 
489
 
490
  .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button {
491
  color: #FFF;
493
  background: gray;
494
  margin: 2px 0;
495
  box-shadow: none;
496
+ -webkit-transition: background-color .25s ease, border-color .25s ease;
497
+ transition: background-color .25s ease, border-color .25s ease; }
498
+ .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button:hover {
499
+ background-color: #999999; }
500
+ .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button:hover i {
501
+ opacity: 1; }
502
+ .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.button-primary {
503
+ background: #58ca68;
504
+ border-color: #3ab64a;
505
+ text-shadow: none; }
506
+ .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.button-primary:hover {
507
+ background-color: #3ab64a; }
508
+ .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.button-primary:active, .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.button-primary:focus {
509
+ outline: none;
510
+ -moz-outline-style: none;
511
+ box-shadow: none; }
512
+ .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.button-primary i {
513
+ opacity: 1; }
514
+ .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.mtphr-dnt-get-more {
515
+ background: #4d4d4d; }
516
+ .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button.mtphr-dnt-get-more:hover {
517
+ background-color: #595959; }
518
+ .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button i {
519
+ font-size: 16px;
520
+ line-height: 16px;
521
+ margin: 2px 0 0 -5px;
522
+ opacity: .5;
523
+ -webkit-transition: opacity .25s ease;
524
+ transition: opacity .25s ease; }
525
+ .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button i:before {
526
+ vertical-align: middle; }
527
+ .wp-core-ui #mtphr-dnt-settings-select .mtphr-dnt-button i.fontastic {
528
+ display: inline-block;
529
+ vertical-align: top;
530
+ font-size: 14px;
531
+ line-height: 14px;
532
+ margin-top: 5px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
533
 
534
  .mtphr-dnt-metabox-toggle {
535
+ padding-bottom: 20px; }
 
536
 
537
  .mtphr-dnt-field-group {
538
  color: #333333;
540
  padding: 20px 20px;
541
  margin: 10px 0;
542
  border-top: 5px solid #58ca68;
543
+ border-radius: 5px; }
544
+ .mtphr-dnt-metabox .mtphr-dnt-field-group:first-child {
545
+ margin-top: 0; }
546
+ .mtphr-dnt-metabox .mtphr-dnt-field-group:last-child {
547
+ margin-bottom: 0; }
 
 
 
 
 
548
 
549
  .mtphr-dnt-heading {
550
  background-color: #f2f2f2;
551
  border-bottom: 1px solid #e6e6e6;
552
  margin: -20px -20px 20px;
553
+ padding: 10px 20px; }
554
+ .mtphr-dnt-heading h3 {
555
+ float: left;
556
+ text-transform: uppercase;
557
+ letter-spacing: 1px;
558
+ color: #333333;
559
+ padding: 0 !important;
560
+ margin: 2px 2px 2px 0; }
561
+ .mtphr-dnt-heading p {
562
+ clear: both;
563
+ margin: 0;
564
+ color: #666666; }
 
 
 
 
 
565
 
566
  .mtphr-dnt-subheading {
567
  font-size: 12px;
570
  text-transform: uppercase;
571
  letter-spacing: 1px;
572
  color: #333333;
573
+ margin-bottom: 2px; }
574
+ .mtphr-dnt-subheading .mtphr-dnt-help i {
575
+ width: 17px;
576
+ height: 17px;
577
+ font-size: 17px; }
 
 
 
578
 
579
  .mtphr-dnt-help {
580
  display: inline-block;
581
+ text-decoration: none; }
582
+ .mtphr-dnt-help i {
583
+ color: #999999; }
 
 
 
584
 
585
  .mtphr-dnt-field {
586
+ margin-bottom: 20px; }
587
+ .mtphr-dnt-field-group .mtphr-dnt-field:last-child {
588
+ margin-bottom: 0; }
 
 
 
589
 
590
  #mtphr-dnt-publish {
591
  display: none;
594
  line-height: 14px;
595
  text-transform: uppercase;
596
  padding: 6px 12px 6px;
597
+ margin: 5px 20px 0 0 !important; }
598
+ #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-publish {
599
+ display: block; }
600
+ #mtphr-dnt-publish i {
601
+ font-size: 20px !important;
602
+ margin: -2px 0 -4px -5px !important; }
 
 
 
 
 
603
 
604
  .mtphr-dnt-field-type-checkboxes label {
605
+ margin: 5px 20px 5px 0; }
606
+ .mtphr-dnt-field-type-checkboxes label:last-child {
607
+ margin-right: 0; }
 
 
 
608
 
609
  @media (max-width: 960px) {
610
  .auto-fold #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
611
+ padding-left: 58px; } }
 
 
612
 
613
  @media (max-width: 782px) {
614
  .wp-core-ui #mtphr-dnt-settings-select .button i {
615
+ margin-top: -1px; }
616
+ .wp-core-ui #mtphr-dnt-settings-select .button i.fontastic {
617
+ margin-top: 2px; }
 
 
618
  .mtphr-dnt-metabox input, .mtphr-dnt-metabox textarea {
619
+ font-size: 14px; }
 
620
  .mtphr-dnt-metabox input[type="text"],
621
  .mtphr-dnt-metabox input[type="password"],
622
  .mtphr-dnt-metabox input[type="email"],
623
  .mtphr-dnt-metabox input[type="number"],
624
  .mtphr-dnt-metabox input[type="search"] {
625
+ padding: 3px 5px; }
 
626
  #wpbody .mtphr-dnt-metabox select {
627
  height: auto;
628
+ font-size: 14px; }
 
629
  .mtphr-dnt-metabox input[type=checkbox],
630
  .mtphr-dnt-metabox input[type=radio] {
631
  height: 16px;
632
+ width: 16px; }
 
633
  .mtphr-dnt-metabox input[type=checkbox]:checked:before,
634
  .mtphr-dnt-metabox input[type=radio]:checked:before {
635
  width: 16px;
636
+ font: 400 21px/1 dashicons; }
 
637
  .mtphr-dnt-metabox input[type=checkbox]:checked:before {
638
+ margin: -3px 0 0 -4px; }
 
639
  .mtphr-dnt-metabox input[type=radio]:checked:before {
640
  width: 6px;
641
  height: 6px;
642
+ margin: 4px; }
 
643
  #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
644
  top: 46px;
645
+ padding-left: 0; }
646
+ .auto-fold #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
647
+ padding-left: 0; }
 
 
648
  #mtphr-dnt-publish {
649
+ margin-right: 13px !important; } }
 
 
650
 
651
  @media (max-width: 600px) {
652
  #mtphr-dnt-settings-select.mtphr_dnt_affix #mtphr-dnt-metabox-group-toggles {
653
+ top: 0; }
 
654
  #mtphr-dnt-metabox-group-toggles a span {
655
+ display: none; }
 
656
  #mtphr-dnt-publish i {
657
+ margin-right: -3px !important; }
 
658
  #mtphr-dnt-publish span {
659
+ display: none; } }
 
 
660
 
661
  @media (max-width: 365px) {
662
  #mtphr-dnt-metabox-group-toggles {
663
  font-size: 12px;
664
+ line-height: 12px; }
665
+ #mtphr-dnt-metabox-group-toggles a i {
666
+ font-size: 14px; }
 
 
667
  #mtphr-dnt-publish {
668
  padding-top: 4px;
669
+ padding-bottom: 4px; } }
 
 
670
 
671
  /* --------------------------------------------------------- */
672
  /* !Default Ticks Metabox */
675
  .mtphr-dnt-list-field-mtphr_dnt_ticks_link {
676
  float: left;
677
  width: 50%;
678
+ margin-right: 1.5%; }
 
679
  .mtphr-dnt-list-field-mtphr_dnt_ticks_target {
680
  float: left;
681
  width: auto;
682
+ margin-right: 1.5%; } }
 
 
683
 
684
  /* --------------------------------------------------------- */
685
  /* !Mixed Ticks Metabox */
688
  .mtphr-dnt-list-field-mtphr_dnt_mixed_ticks_type,
689
  .mtphr-dnt-list-field-mtphr_dnt_mixed_ticks_all {
690
  float: left;
691
+ margin-right: 30px; }
 
692
  .mtphr-dnt-field-mtphr_dnt_mixed_ticks .mtphr-dnt-list-field {
693
+ margin-bottom: 0; } }
 
 
694
 
695
  /* --------------------------------------------------------- */
696
  /* !Scroll Mode Metabox */
698
  @media (min-width: 768px) {
699
  .mtphr-dnt-field-mtphr_dnt_scroll_direction {
700
  float: left;
701
+ margin-bottom: 0; }
 
702
  .mtphr-dnt-field-mtphr_dnt_scroll_width {
703
  float: left;
704
+ margin-right: 20px; }
 
705
  .mtphr-dnt-field-mtphr_dnt_scroll_height {
706
+ float: left; }
 
707
  .mtphr-dnt-field-mtphr_dnt_scroll_padding {
708
  float: left;
709
  margin-right: 20px;
710
+ margin-bottom: 0; }
 
711
  .mtphr-dnt-field-mtphr_dnt_scroll_margin {
712
  float: left;
713
+ margin-bottom: 0; }
 
714
  .mtphr-dnt-field-mtphr_dnt_scroll_speed {
715
  float: left;
716
  margin-right: 20px;
717
+ margin-bottom: 0; } }
 
 
718
 
719
  /* --------------------------------------------------------- */
720
  /* !Rotate Mode Metabox */
729
  .mtphr-dnt-field-mtphr_dnt_rotate_control_nav {
730
  float: left;
731
  margin-right: 20px;
732
+ margin-bottom: 0; } }
 
 
733
 
734
  /* --------------------------------------------------------- */
735
  /* !List Mode Metabox */
737
  .mtphr-dnt-field-mtphr_dnt_list_tick_count {
738
  border-bottom: 1px solid #f2f2f2;
739
  padding-bottom: 20px;
740
+ margin-bottom: 20px; }
 
741
 
742
  .mtphr-dnt-field-mtphr_dnt_list_tick_prev_text,
743
  .mtphr-dnt-field-mtphr_dnt_list_tick_next_text {
744
  float: left;
745
  width: 100px;
746
+ margin-right: 20px; }
 
747
 
748
  .mtphr-dnt-field-mtphr_dnt_list_tick_prev_text {
749
+ clear: both; }
 
750
 
751
  @media (min-width: 768px) {
752
  .mtphr-dnt-field-mtphr_dnt_list_padding,
754
  .mtphr-dnt-field-mtphr_dnt_list_tick_paging,
755
  .mtphr-dnt-field-mtphr_dnt_list_tick_prev_next {
756
  float: left;
757
+ margin-right: 20px; }
 
758
  .mtphr-dnt-field-mtphr_dnt_list_padding,
759
  .mtphr-dnt-field-mtphr_dnt_list_margin {
760
+ margin-bottom: 0; } }
 
 
761
 
762
  /* --------------------------------------------------------- */
763
  /* !Global Settings Metabox */
765
  @media (min-width: 768px) {
766
  .mtphr-dnt-field-mtphr_dnt_title {
767
  float: left;
768
+ margin-right: 20px; } }
 
 
assets/sass/style-admin.scss CHANGED
@@ -26,7 +26,7 @@ $red: hsl(0, 100%, 50%);
26
  /* !Dashboard Menu Icon */
27
  /* --------------------------------------------------------- */
28
 
29
- #menu-posts-ditty_news_ticker .wp-menu-image:before {
30
  font-family: "ditty-news-ticker" !important;
31
  font-size: 18px !important;
32
  font-style: normal !important;
26
  /* !Dashboard Menu Icon */
27
  /* --------------------------------------------------------- */
28
 
29
+ .dashicons-ditty-news-ticker:before {
30
  font-family: "ditty-news-ticker" !important;
31
  font-size: 18px !important;
32
  font-style: normal !important;
config.codekit3 ADDED
@@ -0,0 +1,2590 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
6
+ "stepType": 1,
7
+ "uuidString": "0B43A184-D1FE-4DF7-BE71-3FAE2291CFE5"
8
+ }
9
+ ],
10
+ "creatorBuild": "25444",
11
+ "files": {
12
+ "\/assets\/css\/codemirror.css": {
13
+ "aP": 0,
14
+ "bl": 0,
15
+ "ft": 16,
16
+ "ma": 0,
17
+ "oA": 2,
18
+ "oAP": "\/assets\/css\/codemirror-min.css",
19
+ "oF": 0,
20
+ "oS": 0
21
+ },
22
+ "\/assets\/css\/style-admin.css": {
23
+ "aP": 0,
24
+ "bl": 0,
25
+ "ft": 16,
26
+ "ma": 0,
27
+ "oA": 2,
28
+ "oAP": "\/assets\/css\/style-admin-min.css",
29
+ "oF": 0,
30
+ "oS": 0
31
+ },
32
+ "\/assets\/css\/style.css": {
33
+ "aP": 0,
34
+ "bl": 0,
35
+ "ft": 16,
36
+ "ma": 0,
37
+ "oA": 2,
38
+ "oAP": "\/assets\/css\/style-min.css",
39
+ "oF": 0,
40
+ "oS": 0
41
+ },
42
+ "\/assets\/fontastic\/fonts\/ditty-news-ticker.eot": {
43
+ "ft": 8192,
44
+ "oA": 2,
45
+ "oAP": "\/assets\/fontastic\/fonts\/ditty-news-ticker.eot",
46
+ "oF": 0
47
+ },
48
+ "\/assets\/fontastic\/fonts\/ditty-news-ticker.svg": {
49
+ "ft": 2097152,
50
+ "miP": 0,
51
+ "oA": 2,
52
+ "oAP": "\/assets\/fontastic\/fonts\/ditty-news-ticker.svg",
53
+ "oF": 0,
54
+ "opt": 0,
55
+ "plM": 3758088159,
56
+ "prP": 0
57
+ },
58
+ "\/assets\/fontastic\/fonts\/ditty-news-ticker.ttf": {
59
+ "ft": 8192,
60
+ "oA": 2,
61
+ "oAP": "\/assets\/fontastic\/fonts\/ditty-news-ticker.ttf",
62
+ "oF": 0
63
+ },
64
+ "\/assets\/fontastic\/fonts\/ditty-news-ticker.woff": {
65
+ "ft": 8192,
66
+ "oA": 2,
67
+ "oAP": "\/assets\/fontastic\/fonts\/ditty-news-ticker.woff",
68
+ "oF": 0
69
+ },
70
+ "\/assets\/fontastic\/icons-reference.html": {
71
+ "ft": 8192,
72
+ "oA": 2,
73
+ "oAP": "\/assets\/fontastic\/icons-reference.html",
74
+ "oF": 0
75
+ },
76
+ "\/assets\/fontastic\/styles.css": {
77
+ "aP": 0,
78
+ "bl": 0,
79
+ "ft": 16,
80
+ "ma": 0,
81
+ "oA": 2,
82
+ "oAP": "\/assets\/fontastic\/styles-min.css",
83
+ "oF": 0,
84
+ "oS": 0
85
+ },
86
+ "\/assets\/images\/dittynewsticker.svg": {
87
+ "ft": 2097152,
88
+ "miP": 0,
89
+ "oA": 2,
90
+ "oAP": "\/assets\/images\/dittynewsticker.svg",
91
+ "oF": 0,
92
+ "opt": 0,
93
+ "plM": 3758088159,
94
+ "prP": 0
95
+ },
96
+ "\/assets\/js\/codemirror.js": {
97
+ "ft": 64,
98
+ "mi": 1,
99
+ "oA": 0,
100
+ "oAP": "\/assets\/js\/min\/codemirror-min.js",
101
+ "oF": 0,
102
+ "sC": 1,
103
+ "tS": 0
104
+ },
105
+ "\/assets\/js\/codemirror\/css.js": {
106
+ "ft": 64,
107
+ "mi": 1,
108
+ "oA": 0,
109
+ "oAP": "\/assets\/js\/codemirror\/min\/css-min.js",
110
+ "oF": 0,
111
+ "sC": 1,
112
+ "tS": 0
113
+ },
114
+ "\/assets\/js\/ditty-news-ticker-images.js": {
115
+ "ft": 64,
116
+ "mi": 1,
117
+ "oA": 0,
118
+ "oAP": "\/assets\/js\/min\/ditty-news-ticker-images-min.js",
119
+ "oF": 0,
120
+ "sC": 1,
121
+ "tS": 0
122
+ },
123
+ "\/assets\/js\/ditty-news-ticker.js": {
124
+ "ft": 64,
125
+ "mi": 1,
126
+ "oA": 0,
127
+ "oAP": "\/assets\/js\/min\/ditty-news-ticker-min.js",
128
+ "oF": 0,
129
+ "sC": 1,
130
+ "tS": 0
131
+ },
132
+ "\/assets\/js\/ditty-rotate-ticker.js": {
133
+ "ft": 64,
134
+ "mi": 1,
135
+ "oA": 0,
136
+ "oAP": "\/assets\/js\/min\/ditty-rotate-ticker-min.js",
137
+ "oF": 0,
138
+ "sC": 1,
139
+ "tS": 0
140
+ },
141
+ "\/assets\/js\/imagesloaded.pkgd.min.js": {
142
+ "ft": 64,
143
+ "mi": 1,
144
+ "oA": 0,
145
+ "oAP": "\/assets\/js\/min\/imagesloaded.pkgd.min-min.js",
146
+ "oF": 0,
147
+ "sC": 1,
148
+ "tS": 0
149
+ },
150
+ "\/assets\/js\/jquery.easing.1.3.js": {
151
+ "ft": 64,
152
+ "mi": 1,
153
+ "oA": 0,
154
+ "oAP": "\/assets\/js\/min\/jquery.easing.1.3-min.js",
155
+ "oF": 0,
156
+ "sC": 1,
157
+ "tS": 0
158
+ },
159
+ "\/assets\/js\/jquery.touchSwipe.min.js": {
160
+ "ft": 64,
161
+ "mi": 1,
162
+ "oA": 0,
163
+ "oAP": "\/assets\/js\/min\/jquery.touchSwipe.min-min.js",
164
+ "oF": 0,
165
+ "sC": 1,
166
+ "tS": 0
167
+ },
168
+ "\/assets\/js\/mtphr-dnt-affix.js": {
169
+ "ft": 64,
170
+ "mi": 1,
171
+ "oA": 0,
172
+ "oAP": "\/assets\/js\/min\/mtphr-dnt-affix-min.js",
173
+ "oF": 0,
174
+ "sC": 1,
175
+ "tS": 0
176
+ },
177
+ "\/assets\/js\/script-admin.js": {
178
+ "ft": 64,
179
+ "mi": 1,
180
+ "oA": 0,
181
+ "oAP": "\/assets\/js\/min\/script-admin-min.js",
182
+ "oF": 0,
183
+ "sC": 1,
184
+ "tS": 0
185
+ },
186
+ "\/assets\/qtip\/jquery.qtip.min.css": {
187
+ "aP": 0,
188
+ "bl": 0,
189
+ "ft": 16,
190
+ "ma": 0,
191
+ "oA": 2,
192
+ "oAP": "\/assets\/qtip\/jquery.qtip.min-min.css",
193
+ "oF": 0,
194
+ "oS": 0
195
+ },
196
+ "\/assets\/qtip\/jquery.qtip.min.js": {
197
+ "ft": 64,
198
+ "mi": 1,
199
+ "oA": 0,
200
+ "oAP": "\/assets\/qtip\/min\/jquery.qtip.min-min.js",
201
+ "oF": 0,
202
+ "sC": 1,
203
+ "tS": 0
204
+ },
205
+ "\/assets\/sass\/style-admin.scss": {
206
+ "aP": 0,
207
+ "bl": 0,
208
+ "dP": 10,
209
+ "dS": 0,
210
+ "ft": 4,
211
+ "ma": 0,
212
+ "oA": 0,
213
+ "oAP": "\/assets\/css\/style-admin.css",
214
+ "oF": 0,
215
+ "oS": 0,
216
+ "uL": 1
217
+ },
218
+ "\/assets\/sass\/style.scss": {
219
+ "aP": 0,
220
+ "bl": 0,
221
+ "dP": 10,
222
+ "dS": 0,
223
+ "ft": 4,
224
+ "ma": 0,
225
+ "oA": 0,
226
+ "oAP": "\/assets\/css\/style.css",
227
+ "oF": 0,
228
+ "oS": 0,
229
+ "uL": 1
230
+ },
231
+ "\/assets\/unslider\/css\/unslider-dots.css": {
232
+ "aP": 0,
233
+ "bl": 0,
234
+ "ft": 16,
235
+ "ma": 0,
236
+ "oA": 2,
237
+ "oAP": "\/assets\/unslider\/css\/unslider-dots-min.css",
238
+ "oF": 0,
239
+ "oS": 0
240
+ },
241
+ "\/assets\/unslider\/css\/unslider.css": {
242
+ "aP": 0,
243
+ "bl": 0,
244
+ "ft": 16,
245
+ "ma": 0,
246
+ "oA": 2,
247
+ "oAP": "\/assets\/unslider\/css\/unslider-min.css",
248
+ "oF": 0,
249
+ "oS": 0
250
+ },
251
+ "\/assets\/unslider\/js\/unslider-min.js": {
252
+ "ft": 64,
253
+ "mi": 1,
254
+ "oA": 0,
255
+ "oAP": "\/assets\/unslider\/js\/min\/unslider-min-min.js",
256
+ "oF": 0,
257
+ "sC": 1,
258
+ "tS": 0
259
+ },
260
+ "\/classes\/class-mtphr-dnt-image.php": {
261
+ "ft": 8192,
262
+ "oA": 2,
263
+ "oAP": "\/classes\/class-mtphr-dnt-image.php",
264
+ "oF": 0
265
+ },
266
+ "\/classes\/class-mtphr-dnt-tick.php": {
267
+ "ft": 8192,
268
+ "oA": 2,
269
+ "oAP": "\/classes\/class-mtphr-dnt-tick.php",
270
+ "oF": 0
271
+ },
272
+ "\/classes\/class-mtphr-dnt.php": {
273
+ "ft": 8192,
274
+ "oA": 2,
275
+ "oAP": "\/classes\/class-mtphr-dnt.php",
276
+ "oF": 0
277
+ },
278
+ "\/classes\/helpers\/class-mtphr-dnt-string-replacement.php": {
279
+ "ft": 8192,
280
+ "oA": 2,
281
+ "oAP": "\/classes\/helpers\/class-mtphr-dnt-string-replacement.php",
282
+ "oF": 0
283
+ },
284
+ "\/ditty-news-ticker.php": {
285
+ "ft": 8192,
286
+ "oA": 2,
287
+ "oAP": "\/ditty-news-ticker.php",
288
+ "oF": 0
289
+ },
290
+ "\/includes\/admin\/ajax.php": {
291
+ "ft": 8192,
292
+ "oA": 2,
293
+ "oAP": "\/includes\/admin\/ajax.php",
294
+ "oF": 0
295
+ },
296
+ "\/includes\/admin\/edit-columns.php": {
297
+ "ft": 8192,
298
+ "oA": 2,
299
+ "oAP": "\/includes\/admin\/edit-columns.php",
300
+ "oF": 0
301
+ },
302
+ "\/includes\/admin\/fields\/fields.php": {
303
+ "ft": 8192,
304
+ "oA": 2,
305
+ "oAP": "\/includes\/admin\/fields\/fields.php",
306
+ "oF": 0
307
+ },
308
+ "\/includes\/admin\/fields\/helpers.php": {
309
+ "ft": 8192,
310
+ "oA": 2,
311
+ "oAP": "\/includes\/admin\/fields\/helpers.php",
312
+ "oF": 0
313
+ },
314
+ "\/includes\/admin\/filters.php": {
315
+ "ft": 8192,
316
+ "oA": 2,
317
+ "oAP": "\/includes\/admin\/filters.php",
318
+ "oF": 0
319
+ },
320
+ "\/includes\/admin\/meta-boxes.php": {
321
+ "ft": 8192,
322
+ "oA": 2,
323
+ "oAP": "\/includes\/admin\/meta-boxes.php",
324
+ "oF": 0
325
+ },
326
+ "\/includes\/admin\/scripts.php": {
327
+ "ft": 8192,
328
+ "oA": 2,
329
+ "oAP": "\/includes\/admin\/scripts.php",
330
+ "oF": 0
331
+ },
332
+ "\/includes\/admin\/upgrades.php": {
333
+ "ft": 8192,
334
+ "oA": 2,
335
+ "oAP": "\/includes\/admin\/upgrades.php",
336
+ "oF": 0
337
+ },
338
+ "\/includes\/composer.php": {
339
+ "ft": 8192,
340
+ "oA": 2,
341
+ "oAP": "\/includes\/composer.php",
342
+ "oF": 0
343
+ },
344
+ "\/includes\/filters.php": {
345
+ "ft": 8192,
346
+ "oA": 2,
347
+ "oAP": "\/includes\/filters.php",
348
+ "oF": 0
349
+ },
350
+ "\/includes\/functions.php": {
351
+ "ft": 8192,
352
+ "oA": 2,
353
+ "oAP": "\/includes\/functions.php",
354
+ "oF": 0
355
+ },
356
+ "\/includes\/help.php": {
357
+ "ft": 8192,
358
+ "oA": 2,
359
+ "oAP": "\/includes\/help.php",
360
+ "oF": 0
361
+ },
362
+ "\/includes\/helpers.php": {
363
+ "ft": 8192,
364
+ "oA": 2,
365
+ "oAP": "\/includes\/helpers.php",
366
+ "oF": 0
367
+ },
368
+ "\/includes\/post-types.php": {
369
+ "ft": 8192,
370
+ "oA": 2,
371
+ "oAP": "\/includes\/post-types.php",
372
+ "oF": 0
373
+ },
374
+ "\/includes\/scripts.php": {
375
+ "ft": 8192,
376
+ "oA": 2,
377
+ "oAP": "\/includes\/scripts.php",
378
+ "oF": 0
379
+ },
380
+ "\/includes\/settings.php": {
381
+ "ft": 8192,
382
+ "oA": 2,
383
+ "oAP": "\/includes\/settings.php",
384
+ "oF": 0
385
+ },
386
+ "\/includes\/shortcodes.php": {
387
+ "ft": 8192,
388
+ "oA": 2,
389
+ "oAP": "\/includes\/shortcodes.php",
390
+ "oF": 0
391
+ },
392
+ "\/includes\/templates.php": {
393
+ "ft": 8192,
394
+ "oA": 2,
395
+ "oAP": "\/includes\/templates.php",
396
+ "oF": 0
397
+ },
398
+ "\/includes\/widget.php": {
399
+ "ft": 8192,
400
+ "oA": 2,
401
+ "oAP": "\/includes\/widget.php",
402
+ "oF": 0
403
+ },
404
+ "\/languages\/ditty-news-ticker-ar.mo": {
405
+ "ft": 8192,
406
+ "oA": 2,
407
+ "oAP": "\/languages\/ditty-news-ticker-ar.mo",
408
+ "oF": 0
409
+ },
410
+ "\/languages\/ditty-news-ticker-ar.po": {
411
+ "ft": 8192,
412
+ "oA": 2,
413
+ "oAP": "\/languages\/ditty-news-ticker-ar.po",
414
+ "oF": 0
415
+ },
416
+ "\/languages\/ditty-news-ticker-en_US.mo": {
417
+ "ft": 8192,
418
+ "oA": 2,
419
+ "oAP": "\/languages\/ditty-news-ticker-en_US.mo",
420
+ "oF": 0
421
+ },
422
+ "\/languages\/ditty-news-ticker-en_US.po": {
423
+ "ft": 8192,
424
+ "oA": 2,
425
+ "oAP": "\/languages\/ditty-news-ticker-en_US.po",
426
+ "oF": 0
427
+ },
428
+ "\/languages\/ditty-news-ticker-he_IL.mo": {
429
+ "ft": 8192,
430
+ "oA": 2,
431
+ "oAP": "\/languages\/ditty-news-ticker-he_IL.mo",
432
+ "oF": 0
433
+ },
434
+ "\/languages\/ditty-news-ticker-he_IL.po": {
435
+ "ft": 8192,
436
+ "oA": 2,
437
+ "oAP": "\/languages\/ditty-news-ticker-he_IL.po",
438
+ "oF": 0
439
+ },
440
+ "\/languages\/ditty-news-ticker-it_IT.mo": {
441
+ "ft": 8192,
442
+ "oA": 2,
443
+ "oAP": "\/languages\/ditty-news-ticker-it_IT.mo",
444
+ "oF": 0
445
+ },
446
+ "\/languages\/ditty-news-ticker-it_IT.po": {
447
+ "ft": 8192,
448
+ "oA": 2,
449
+ "oAP": "\/languages\/ditty-news-ticker-it_IT.po",
450
+ "oF": 0
451
+ },
452
+ "\/readme.txt": {
453
+ "ft": 8192,
454
+ "oA": 2,
455
+ "oAP": "\/readme.txt",
456
+ "oF": 0
457
+ },
458
+ "\/templates\/control_nav.php": {
459
+ "ft": 8192,
460
+ "oA": 2,
461
+ "oAP": "\/templates\/control_nav.php",
462
+ "oF": 0
463
+ },
464
+ "\/templates\/directional_nav.php": {
465
+ "ft": 8192,
466
+ "oA": 2,
467
+ "oAP": "\/templates\/directional_nav.php",
468
+ "oF": 0
469
+ },
470
+ "\/templates\/pagination.php": {
471
+ "ft": 8192,
472
+ "oA": 2,
473
+ "oAP": "\/templates\/pagination.php",
474
+ "oF": 0
475
+ },
476
+ "\/templates\/play_pause.php": {
477
+ "ft": 8192,
478
+ "oA": 2,
479
+ "oAP": "\/templates\/play_pause.php",
480
+ "oF": 0
481
+ },
482
+ "\/templates\/title.php": {
483
+ "ft": 8192,
484
+ "oA": 2,
485
+ "oAP": "\/templates\/title.php",
486
+ "oF": 0
487
+ },
488
+ "\/unyson\/shortcodes\/shortcodes\/dittynewsticker\/class-fw-shortcode-dittynewsticker.php": {
489
+ "ft": 8192,
490
+ "oA": 2,
491
+ "oAP": "\/unyson\/shortcodes\/shortcodes\/dittynewsticker\/class-fw-shortcode-dittynewsticker.php",
492
+ "oF": 0
493
+ },
494
+ "\/unyson\/shortcodes\/shortcodes\/dittynewsticker\/config.php": {
495
+ "ft": 8192,
496
+ "oA": 2,
497
+ "oAP": "\/unyson\/shortcodes\/shortcodes\/dittynewsticker\/config.php",
498
+ "oF": 0
499
+ },
500
+ "\/unyson\/shortcodes\/shortcodes\/dittynewsticker\/options.php": {
501
+ "ft": 8192,
502
+ "oA": 2,
503
+ "oAP": "\/unyson\/shortcodes\/shortcodes\/dittynewsticker\/options.php",
504
+ "oF": 0
505
+ },
506
+ "\/unyson\/shortcodes\/shortcodes\/dittynewsticker\/views\/view.php": {
507
+ "ft": 8192,
508
+ "oA": 2,
509
+ "oAP": "\/unyson\/shortcodes\/shortcodes\/dittynewsticker\/views\/view.php",
510
+ "oF": 0
511
+ },
512
+ "\/wpml-config.xml": {
513
+ "ft": 8192,
514
+ "oA": 2,
515
+ "oAP": "\/wpml-config.xml",
516
+ "oF": 0
517
+ }
518
+ },
519
+ "hooks": [
520
+ ],
521
+ "manualImportLinks": {
522
+ },
523
+ "projectAttributes": {
524
+ "creationDate": 502771240,
525
+ "displayValue": "Ditty News Ticker",
526
+ "displayValueWasSetByUser": 1,
527
+ "iconImageName": "meme-owl"
528
+ },
529
+ "projectSettings": {
530
+ "abortBuildOnError": 1,
531
+ "alwaysUseExternalServer": 0,
532
+ "animateCSSInjections": 1,
533
+ "autoBuildNewItems": 1,
534
+ "autoprefixerBrowserString": "> 1%, last 2 versions, Firefox ESR, Opera 12.1",
535
+ "babelAuxiliaryCommentAfter": "",
536
+ "babelAuxiliaryCommentBefore": "",
537
+ "babelConfigFileHandlingType": 0,
538
+ "babelCustomPluginsList": "",
539
+ "babelCustomPresetsList": "",
540
+ "babelInsertModuleIDs": 0,
541
+ "babelModuleID": "",
542
+ "babelNoComments": 0,
543
+ "babelPlugins": {
544
+ "async-generator-functions": {
545
+ "active": 0
546
+ },
547
+ "async-to-generator": {
548
+ "active": 0
549
+ },
550
+ "async-to-module-method": {
551
+ "active": 0
552
+ },
553
+ "class-properties": {
554
+ "active": 0
555
+ },
556
+ "decorators": {
557
+ "active": 0
558
+ },
559
+ "decorators-legacy": {
560
+ "active": 0
561
+ },
562
+ "do-expressions": {
563
+ "active": 0
564
+ },
565
+ "es2015-arrow-functions": {
566
+ "active": 0
567
+ },
568
+ "es2015-block-scoped-functions": {
569
+ "active": 0
570
+ },
571
+ "es2015-block-scoping": {
572
+ "active": 0
573
+ },
574
+ "es2015-classes": {
575
+ "active": 0
576
+ },
577
+ "es2015-computed-properties": {
578
+ "active": 0
579
+ },
580
+ "es2015-constants": {
581
+ "active": 0
582
+ },
583
+ "es2015-destructuring": {
584
+ "active": 0
585
+ },
586
+ "es2015-duplicate-keys": {
587
+ "active": 0
588
+ },
589
+ "es2015-for-of": {
590
+ "active": 0
591
+ },
592
+ "es2015-function-name": {
593
+ "active": 0
594
+ },
595
+ "es2015-literals": {
596
+ "active": 0
597
+ },
598
+ "es2015-modules-amd": {
599
+ "active": 0
600
+ },
601
+ "es2015-modules-commonjs": {
602
+ "active": 0
603
+ },
604
+ "es2015-modules-systemjs": {
605
+ "active": 0
606
+ },
607
+ "es2015-modules-umd": {
608
+ "active": 0
609
+ },
610
+ "es2015-object-super": {
611
+ "active": 0
612
+ },
613
+ "es2015-parameters": {
614
+ "active": 0
615
+ },
616
+ "es2015-shorthand-properties": {
617
+ "active": 0
618
+ },
619
+ "es2015-spread": {
620
+ "active": 0
621
+ },
622
+ "es2015-sticky-regex": {
623
+ "active": 0
624
+ },
625
+ "es2015-template-literals": {
626
+ "active": 0
627
+ },
628
+ "es2015-typeof-symbol": {
629
+ "active": 0
630
+ },
631
+ "es2015-unicode-regex": {
632
+ "active": 0
633
+ },
634
+ "es3-member-expression-literals": {
635
+ "active": 0
636
+ },
637
+ "es3-property-literals": {
638
+ "active": 0
639
+ },
640
+ "es5-property-mutators": {
641
+ "active": 0
642
+ },
643
+ "eval": {
644
+ "active": 0
645
+ },
646
+ "exponentiation-operator": {
647
+ "active": 0
648
+ },
649
+ "export-extensions": {
650
+ "active": 0
651
+ },
652
+ "external-helpers": {
653
+ "active": 0
654
+ },
655
+ "flow-comments": {
656
+ "active": 0
657
+ },
658
+ "flow-strip-types": {
659
+ "active": 0
660
+ },
661
+ "function-bind": {
662
+ "active": 0
663
+ },
664
+ "inline-environment-variables": {
665
+ "active": 0
666
+ },
667
+ "jscript": {
668
+ "active": 0
669
+ },
670
+ "member-expression-literals": {
671
+ "active": 0
672
+ },
673
+ "merge-sibling-variables": {
674
+ "active": 0
675
+ },
676
+ "minify-booleans": {
677
+ "active": 0
678
+ },
679
+ "node-env-inline": {
680
+ "active": 0
681
+ },
682
+ "object-assign": {
683
+ "active": 0
684
+ },
685
+ "object-rest-spread": {
686
+ "active": 0
687
+ },
688
+ "object-set-prototype-of-to-assign": {
689
+ "active": 0
690
+ },
691
+ "property-literals": {
692
+ "active": 0
693
+ },
694
+ "proto-to-assign": {
695
+ "active": 0
696
+ },
697
+ "react-constant-elements": {
698
+ "active": 0
699
+ },
700
+ "react-display-name": {
701
+ "active": 0
702
+ },
703
+ "react-inline-elements": {
704
+ "active": 0
705
+ },
706
+ "react-jsx": {
707
+ "active": 0
708
+ },
709
+ "react-jsx-compat": {
710
+ "active": 0
711
+ },
712
+ "react-jsx-self": {
713
+ "active": 0
714
+ },
715
+ "react-jsx-source": {
716
+ "active": 0
717
+ },
718
+ "regenerator": {
719
+ "active": 0
720
+ },
721
+ "remove-console": {
722
+ "active": 0
723
+ },
724
+ "remove-debugger": {
725
+ "active": 0
726
+ },
727
+ "runtime": {
728
+ "active": 0
729
+ },
730
+ "simplify-comparison-operators": {
731
+ "active": 0
732
+ },
733
+ "strict-mode": {
734
+ "active": 0
735
+ },
736
+ "syntax-async-generators": {
737
+ "active": 0
738
+ },
739
+ "syntax-class-properties": {
740
+ "active": 0
741
+ },
742
+ "syntax-decorators": {
743
+ "active": 0
744
+ },
745
+ "syntax-do-expressions": {
746
+ "active": 0
747
+ },
748
+ "syntax-export-extensions": {
749
+ "active": 0
750
+ },
751
+ "syntax-flow": {
752
+ "active": 0
753
+ },
754
+ "syntax-function-bind": {
755
+ "active": 0
756
+ },
757
+ "syntax-function-sent": {
758
+ "active": 0
759
+ },
760
+ "syntax-jsx": {
761
+ "active": 0
762
+ },
763
+ "syntax-object-rest-spread": {
764
+ "active": 0
765
+ },
766
+ "undeclared-variables-check": {
767
+ "active": 0
768
+ },
769
+ "undefined-to-void": {
770
+ "active": 0
771
+ }
772
+ },
773
+ "babelPresetType": 193,
774
+ "babelRetainLines": 0,
775
+ "bowerAbbreviatedPath": "bower_components",
776
+ "bowerAutoCreateInfoFile": 1,
777
+ "bowerInstallDevDependencies": 0,
778
+ "bowerSaveDependencies": 1,
779
+ "bowerSaveDevDependencies": 0,
780
+ "bowerUseExactVersion": 0,
781
+ "browserRefreshDelay": 0,
782
+ "buildFolderActive": 0,
783
+ "buildFolderName": "build",
784
+ "cleanBuild": 1,
785
+ "coffeeLintFlags2": {
786
+ "arrow_spacing": {
787
+ "active": 0,
788
+ "flagValue": -1
789
+ },
790
+ "camel_case_classes": {
791
+ "active": 1,
792
+ "flagValue": -1
793
+ },
794
+ "colon_assignment_spacing": {
795
+ "active": 0,
796
+ "flagValue": 1
797
+ },
798
+ "cyclomatic_complexity": {
799
+ "active": 0,
800
+ "flagValue": 10
801
+ },
802
+ "duplicate_key": {
803
+ "active": 1,
804
+ "flagValue": -1
805
+ },
806
+ "empty_constructor_needs_parens": {
807
+ "active": 0,
808
+ "flagValue": -1
809
+ },
810
+ "ensure_comprehensions": {
811
+ "active": 1,
812
+ "flagValue": -1
813
+ },
814
+ "indentation": {
815
+ "active": 1,
816
+ "flagValue": 2
817
+ },
818
+ "line_endings": {
819
+ "active": 0,
820
+ "flagValue": 0
821
+ },
822
+ "max_line_length": {
823
+ "active": 0,
824
+ "flagValue": 150
825
+ },
826
+ "missing_fat_arrows": {
827
+ "active": 0,
828
+ "flagValue": -1
829
+ },
830
+ "newlines_after_classes": {
831
+ "active": 0,
832
+ "flagValue": 3
833
+ },
834
+ "no_backticks": {
835
+ "active": 1,
836
+ "flagValue": -1
837
+ },
838
+ "no_debugger": {
839
+ "active": 1,
840
+ "flagValue": -1
841
+ },
842
+ "no_empty_functions": {
843
+ "active": 0,
844
+ "flagValue": -1
845
+ },
846
+ "no_empty_param_list": {
847
+ "active": 0,
848
+ "flagValue": -1
849
+ },
850
+ "no_implicit_braces": {
851
+ "active": 1,
852
+ "flagValue": -1
853
+ },
854
+ "no_implicit_parens": {
855
+ "active": 0,
856
+ "flagValue": -1
857
+ },
858
+ "no_interpolation_in_single_quotes": {
859
+ "active": 0,
860
+ "flagValue": -1
861
+ },
862
+ "no_nested_string_interpolation": {
863
+ "active": 1,
864
+ "flagValue": -1
865
+ },
866
+ "no_plusplus": {
867
+ "active": 0,
868
+ "flagValue": -1
869
+ },
870
+ "no_private_function_fat_arrows": {
871
+ "active": 1,
872
+ "flagValue": -1
873
+ },
874
+ "no_stand_alone_at": {
875
+ "active": 1,
876
+ "flagValue": -1
877
+ },
878
+ "no_tabs": {
879
+ "active": 1,
880
+ "flagValue": -1
881
+ },
882
+ "no_this": {
883
+ "active": 0,
884
+ "flagValue": -1
885
+ },
886
+ "no_throwing_strings": {
887
+ "active": 1,
888
+ "flagValue": -1
889
+ },
890
+ "no_trailing_semicolons": {
891
+ "active": 1,
892
+ "flagValue": -1
893
+ },
894
+ "no_trailing_whitespace": {
895
+ "active": 1,
896
+ "flagValue": -1
897
+ },
898
+ "no_unnecessary_double_quotes": {
899
+ "active": 0,
900
+ "flagValue": -1
901
+ },
902
+ "no_unnecessary_fat_arrows": {
903
+ "active": 1,
904
+ "flagValue": -1
905
+ },
906
+ "non_empty_constructor_needs_parens": {
907
+ "active": 0,
908
+ "flagValue": -1
909
+ },
910
+ "prefer_english_operator": {
911
+ "active": 0,
912
+ "flagValue": -1
913
+ },
914
+ "space_operators": {
915
+ "active": 0,
916
+ "flagValue": -1
917
+ },
918
+ "spacing_after_comma": {
919
+ "active": 1,
920
+ "flagValue": -1
921
+ }
922
+ },
923
+ "esLintConfigFileHandlingType": 0,
924
+ "esLintECMAVersion": 7,
925
+ "esLintEnvironmentsMask": 1,
926
+ "esLintRules": {
927
+ "accessor-pairs": {
928
+ "active": 0,
929
+ "optionString": "{'setWithoutGet': true, 'getWithoutSet': false}"
930
+ },
931
+ "array-bracket-spacing": {
932
+ "active": 0,
933
+ "optionString": "'never', {'singleValue': false, 'objectsInArrays': false, 'arraysInArrays': false}"
934
+ },
935
+ "array-callback-return": {
936
+ "active": 0,
937
+ "optionString": ""
938
+ },
939
+ "arrow-body-style": {
940
+ "active": 0,
941
+ "optionString": "'as-needed', {'requireReturnForObjectLiteral': false}"
942
+ },
943
+ "arrow-parens": {
944
+ "active": 0,
945
+ "optionString": "'always'"
946
+ },
947
+ "arrow-spacing": {
948
+ "active": 0,
949
+ "optionString": "{'before': true, 'after': true}"
950
+ },
951
+ "block-scoped-var": {
952
+ "active": 0,
953
+ "optionString": ""
954
+ },
955
+ "block-spacing": {
956
+ "active": 0,
957
+ "optionString": "'always'"
958
+ },
959
+ "brace-style": {
960
+ "active": 0,
961
+ "optionString": "'1tbs', {'allowSingleLine': true}"
962
+ },
963
+ "callback-return": {
964
+ "active": 0,
965
+ "optionString": "['callback', 'cb', 'next']"
966
+ },
967
+ "camelcase": {
968
+ "active": 0,
969
+ "optionString": "{'properties': 'always'}"
970
+ },
971
+ "class-methods-use-this": {
972
+ "active": 0,
973
+ "optionString": "{'exceptMethods': []}"
974
+ },
975
+ "comma-dangle": {
976
+ "active": 1,
977
+ "optionString": "'never'"
978
+ },
979
+ "comma-spacing": {
980
+ "active": 0,
981
+ "optionString": "{'before': false, 'after': true}"
982
+ },
983
+ "comma-style": {
984
+ "active": 0,
985
+ "optionString": "'last'"
986
+ },
987
+ "complexity": {
988
+ "active": 0,
989
+ "optionString": "20"
990
+ },
991
+ "computed-property-spacing": {
992
+ "active": 0,
993
+ "optionString": "'never'"
994
+ },
995
+ "consistent-return": {
996
+ "active": 0,
997
+ "optionString": "{'treatUndefinedAsUnspecified': false}"
998
+ },
999
+ "consistent-this": {
1000
+ "active": 0,
1001
+ "optionString": "'that'"
1002
+ },
1003
+ "constructor-super": {
1004
+ "active": 1,
1005
+ "optionString": ""
1006
+ },
1007
+ "curly": {
1008
+ "active": 0,
1009
+ "optionString": "'all'"
1010
+ },
1011
+ "default-case": {
1012
+ "active": 0,
1013
+ "optionString": ""
1014
+ },
1015
+ "dot-location": {
1016
+ "active": 0,
1017
+ "optionString": "'object'"
1018
+ },
1019
+ "dot-notation": {
1020
+ "active": 0,
1021
+ "optionString": "{'allowKeywords': false}"
1022
+ },
1023
+ "eol-last": {
1024
+ "active": 0,
1025
+ "optionString": "'always'"
1026
+ },
1027
+ "eqeqeq": {
1028
+ "active": 0,
1029
+ "optionString": "'always', {'null': 'always'}"
1030
+ },
1031
+ "func-call-spacing": {
1032
+ "active": 0,
1033
+ "optionString": "'never'"
1034
+ },
1035
+ "func-name-matching": {
1036
+ "active": 0,
1037
+ "optionString": "'always', {'includeCommonJSModuleExports': false}"
1038
+ },
1039
+ "func-names": {
1040
+ "active": 0,
1041
+ "optionString": "'always'"
1042
+ },
1043
+ "func-style": {
1044
+ "active": 0,
1045
+ "optionString": "'expression'"
1046
+ },
1047
+ "generator-star-spacing": {
1048
+ "active": 0,
1049
+ "optionString": "{'before': true, 'after': false}"
1050
+ },
1051
+ "global-require": {
1052
+ "active": 0,
1053
+ "optionString": ""
1054
+ },
1055
+ "guard-for-in": {
1056
+ "active": 0,
1057
+ "optionString": ""
1058
+ },
1059
+ "handle-callback-err": {
1060
+ "active": 0,
1061
+ "optionString": "'err'"
1062
+ },
1063
+ "id-blacklist": {
1064
+ "active": 0,
1065
+ "optionString": "'data', 'err', 'e', 'cb', 'callback'"
1066
+ },
1067
+ "id-length": {
1068
+ "active": 0,
1069
+ "optionString": "{'min': 2, 'max': 1000, 'properties': 'always', 'exceptions': ['x', 'i', 'y']}"
1070
+ },
1071
+ "id-match": {
1072
+ "active": 0,
1073
+ "optionString": "'^[a-z]+([A-Z][a-z]+)*$', {'properties': false, 'onlyDeclarations': true}"
1074
+ },
1075
+ "indent": {
1076
+ "active": 0,
1077
+ "optionString": "4, {'SwitchCase': 0, 'VariableDeclarator': 1, 'outerIIFEBody': 1, }"
1078
+ },
1079
+ "init-declarations": {
1080
+ "active": 0,
1081
+ "optionString": "'always', {'ignoreForLoopInit': true}"
1082
+ },
1083
+ "jsx-quotes": {
1084
+ "active": 0,
1085
+ "optionString": "'prefer-double'"
1086
+ },
1087
+ "key-spacing": {
1088
+ "active": 0,
1089
+ "optionString": "{'singleLine': {'beforeColon': false, 'afterColon': true, 'mode':'strict'}, 'multiLine': {'beforeColon': false, 'afterColon': true, 'align': 'value', 'mode':'minimum'}}"
1090
+ },
1091
+ "keyword-spacing": {
1092
+ "active": 0,
1093
+ "optionString": "{'before': true, 'after': true, 'overrides': {}}"
1094
+ },
1095
+ "line-comment-position": {
1096
+ "active": 0,
1097
+ "optionString": "{'position': 'above'}"
1098
+ },
1099
+ "linebreak-style": {
1100
+ "active": 0,
1101
+ "optionString": "'unix'"
1102
+ },
1103
+ "lines-around-comment": {
1104
+ "active": 0,
1105
+ "optionString": "{'beforeBlockComment': true}"
1106
+ },
1107
+ "lines-around-directive": {
1108
+ "active": 0,
1109
+ "optionString": "{'before': 'always', 'after': 'always'}"
1110
+ },
1111
+ "max-depth": {
1112
+ "active": 0,
1113
+ "optionString": "{'max': 4}"
1114
+ },
1115
+ "max-len": {
1116
+ "active": 0,
1117
+ "optionString": "{'code': 80, 'comments': 80, 'tabWidth': 4, 'ignoreUrls': true, 'ignoreStrings': true, 'ignoreTemplateLiterals': true, 'ignoreRegExpLiterals': true}"
1118
+ },
1119
+ "max-lines": {
1120
+ "active": 0,
1121
+ "optionString": "{'max': 300, 'skipBlankLines': true, 'skipComments': true}"
1122
+ },
1123
+ "max-nested-callbacks": {
1124
+ "active": 0,
1125
+ "optionString": "{'max': 10}"
1126
+ },
1127
+ "max-params": {
1128
+ "active": 0,
1129
+ "optionString": "{'max': 4}"
1130
+ },
1131
+ "max-statements": {
1132
+ "active": 0,
1133
+ "optionString": "{'max': 10}, {'ignoreTopLevelFunctions': true}"
1134
+ },
1135
+ "multiline-ternary": {
1136
+ "active": 0,
1137
+ "optionString": "'always'"
1138
+ },
1139
+ "new-cap": {
1140
+ "active": 0,
1141
+ "optionString": "{'newIsCap': true, 'capIsNew': true, 'newIsCapExceptions': [], 'capIsNewExceptions': ['Array', 'Boolean', 'Date', 'Error', 'Function', 'Number', 'Object', 'RegExp', 'String', 'Symbol'], 'properties': true}"
1142
+ },
1143
+ "new-parens": {
1144
+ "active": 0,
1145
+ "optionString": ""
1146
+ },
1147
+ "newline-after-var": {
1148
+ "active": 0,
1149
+ "optionString": "'always'"
1150
+ },
1151
+ "newline-before-return": {
1152
+ "active": 0,
1153
+ "optionString": ""
1154
+ },
1155
+ "newline-per-chained-call": {
1156
+ "active": 0,
1157
+ "optionString": "{'ignoreChainWithDepth': 2}"
1158
+ },
1159
+ "no-alert": {
1160
+ "active": 0,
1161
+ "optionString": ""
1162
+ },
1163
+ "no-array-constructor": {
1164
+ "active": 0,
1165
+ "optionString": ""
1166
+ },
1167
+ "no-bitwise": {
1168
+ "active": 0,
1169
+ "optionString": "{'allow': ['~'], 'int32Hint': true}"
1170
+ },
1171
+ "no-caller": {
1172
+ "active": 0,
1173
+ "optionString": ""
1174
+ },
1175
+ "no-case-declarations": {
1176
+ "active": 1,
1177
+ "optionString": ""
1178
+ },
1179
+ "no-catch-shadow": {
1180
+ "active": 0,
1181
+ "optionString": ""
1182
+ },
1183
+ "no-class-assign": {
1184
+ "active": 1,
1185
+ "optionString": ""
1186
+ },
1187
+ "no-cond-assign": {
1188
+ "active": 1,
1189
+ "optionString": "'except-parens'"
1190
+ },
1191
+ "no-confusing-arrow": {
1192
+ "active": 0,
1193
+ "optionString": "{'allowParens': false}"
1194
+ },
1195
+ "no-console": {
1196
+ "active": 1,
1197
+ "optionString": "{'allow': ['warn', 'error']}"
1198
+ },
1199
+ "no-const-assign": {
1200
+ "active": 1,
1201
+ "optionString": ""
1202
+ },
1203
+ "no-constant-condition": {
1204
+ "active": 1,
1205
+ "optionString": "{'checkLoops': true}"
1206
+ },
1207
+ "no-continue": {
1208
+ "active": 0,
1209
+ "optionString": ""
1210
+ },
1211
+ "no-control-regex": {
1212
+ "active": 1,
1213
+ "optionString": ""
1214
+ },
1215
+ "no-debugger": {
1216
+ "active": 1,
1217
+ "optionString": ""
1218
+ },
1219
+ "no-delete-var": {
1220
+ "active": 1,
1221
+ "optionString": ""
1222
+ },
1223
+ "no-div-regex": {
1224
+ "active": 0,
1225
+ "optionString": ""
1226
+ },
1227
+ "no-dupe-args": {
1228
+ "active": 1,
1229
+ "optionString": ""
1230
+ },
1231
+ "no-dupe-class-members": {
1232
+ "active": 1,
1233
+ "optionString": ""
1234
+ },
1235
+ "no-dupe-keys": {
1236
+ "active": 1,
1237
+ "optionString": ""
1238
+ },
1239
+ "no-duplicate-imports": {
1240
+ "active": 0,
1241
+ "optionString": "{'includeExports': false}"
1242
+ },
1243
+ "no-else-return": {
1244
+ "active": 0,
1245
+ "optionString": ""
1246
+ },
1247
+ "no-empty": {
1248
+ "active": 1,
1249
+ "optionString": "{'allowEmptyCatch': false}"
1250
+ },
1251
+ "no-empty-character-class": {
1252
+ "active": 1,
1253
+ "optionString": ""
1254
+ },
1255
+ "no-empty-function": {
1256
+ "active": 0,
1257
+ "optionString": "{'allow': []}"
1258
+ },
1259
+ "no-empty-pattern": {
1260
+ "active": 1,
1261
+ "optionString": ""
1262
+ },
1263
+ "no-eq-null": {
1264
+ "active": 0,
1265
+ "optionString": ""
1266
+ },
1267
+ "no-eval": {
1268
+ "active": 0,
1269
+ "optionString": "{'allowIndirect': false}"
1270
+ },
1271
+ "no-ex-assign": {
1272
+ "active": 1,
1273
+ "optionString": ""
1274
+ },
1275
+ "no-extend-native": {
1276
+ "active": 0,
1277
+ "optionString": "{'exceptions': []}"
1278
+ },
1279
+ "no-extra-bind": {
1280
+ "active": 0,
1281
+ "optionString": ""
1282
+ },
1283
+ "no-extra-boolean-cast": {
1284
+ "active": 1,
1285
+ "optionString": ""
1286
+ },
1287
+ "no-extra-labels": {
1288
+ "active": 0,
1289
+ "optionString": ""
1290
+ },
1291
+ "no-extra-parens": {
1292
+ "active": 1,
1293
+ "optionString": "'all', {'conditionalAssign': false, 'returnAssign': false, 'nestedBinaryExpressions': false}"
1294
+ },
1295
+ "no-extra-semi": {
1296
+ "active": 1,
1297
+ "optionString": ""
1298
+ },
1299
+ "no-fallthrough": {
1300
+ "active": 1,
1301
+ "optionString": ""
1302
+ },
1303
+ "no-floating-decimal": {
1304
+ "active": 0,
1305
+ "optionString": ""
1306
+ },
1307
+ "no-func-assign": {
1308
+ "active": 1,
1309
+ "optionString": ""
1310
+ },
1311
+ "no-global-assign": {
1312
+ "active": 0,
1313
+ "optionString": "{'exceptions': []}"
1314
+ },
1315
+ "no-implicit-coercion": {
1316
+ "active": 0,
1317
+ "optionString": "{'boolean': true, 'number': true, 'string': true, 'allow': []}"
1318
+ },
1319
+ "no-implicit-globals": {
1320
+ "active": 0,
1321
+ "optionString": ""
1322
+ },
1323
+ "no-implied-eval": {
1324
+ "active": 0,
1325
+ "optionString": ""
1326
+ },
1327
+ "no-inline-comments": {
1328
+ "active": 0,
1329
+ "optionString": ""
1330
+ },
1331
+ "no-inner-declarations": {
1332
+ "active": 1,
1333
+ "optionString": "'functions'"
1334
+ },
1335
+ "no-invalid-regexp": {
1336
+ "active": 1,
1337
+ "optionString": "{'allowConstructorFlags': ['u', 'y']}"
1338
+ },
1339
+ "no-invalid-this": {
1340
+ "active": 0,
1341
+ "optionString": ""
1342
+ },
1343
+ "no-irregular-whitespace": {
1344
+ "active": 1,
1345
+ "optionString": "{'skipStrings': true, 'skipComments': false, 'skipRegExps': true, 'skipTemplates': true}"
1346
+ },
1347
+ "no-iterator": {
1348
+ "active": 0,
1349
+ "optionString": ""
1350
+ },
1351
+ "no-label-var": {
1352
+ "active": 0,
1353
+ "optionString": ""
1354
+ },
1355
+ "no-labels": {
1356
+ "active": 0,
1357
+ "optionString": "{'allowLoop': false, 'allowSwitch': false}"
1358
+ },
1359
+ "no-lone-blocks": {
1360
+ "active": 0,
1361
+ "optionString": ""
1362
+ },
1363
+ "no-lonely-if": {
1364
+ "active": 0,
1365
+ "optionString": ""
1366
+ },
1367
+ "no-loop-func": {
1368
+ "active": 0,
1369
+ "optionString": ""
1370
+ },
1371
+ "no-magic-numbers": {
1372
+ "active": 0,
1373
+ "optionString": "{'ignore': [], 'ignoreArrayIndexes': true, 'enforceConst': false, 'detectObjects': false}"
1374
+ },
1375
+ "no-mixed-operators": {
1376
+ "active": 0,
1377
+ "optionString": "{'groups': [['+', '-', '*', '\/', '%', '**'], ['&', '|', '^', '~', '<<', '>>', '>>>'], ['==', '!=', '===', '!==', '>', '>=', '<', '<='], ['&&', '||'], ['in', 'instanceof']], 'allowSamePrecedence': true}"
1378
+ },
1379
+ "no-mixed-requires": {
1380
+ "active": 0,
1381
+ "optionString": "{'grouping': false, 'allowCall': false }"
1382
+ },
1383
+ "no-mixed-spaces-and-tabs": {
1384
+ "active": 0,
1385
+ "optionString": ""
1386
+ },
1387
+ "no-multi-spaces": {
1388
+ "active": 0,
1389
+ "optionString": "{'exceptions': {'Property': true, 'BinaryExpression': false, 'VariableDeclarator': false, 'ImportDeclaration': false}}"
1390
+ },
1391
+ "no-multi-str": {
1392
+ "active": 0,
1393
+ "optionString": ""
1394
+ },
1395
+ "no-multiple-empty-lines": {
1396
+ "active": 0,
1397
+ "optionString": "{'max': 2, 'maxBOF': 2, 'maxEOF': 2}"
1398
+ },
1399
+ "no-negated-condition": {
1400
+ "active": 0,
1401
+ "optionString": ""
1402
+ },
1403
+ "no-nested-ternary": {
1404
+ "active": 0,
1405
+ "optionString": ""
1406
+ },
1407
+ "no-new": {
1408
+ "active": 0,
1409
+ "optionString": ""
1410
+ },
1411
+ "no-new-func": {
1412
+ "active": 0,
1413
+ "optionString": ""
1414
+ },
1415
+ "no-new-object": {
1416
+ "active": 0,
1417
+ "optionString": ""
1418
+ },
1419
+ "no-new-require": {
1420
+ "active": 0,
1421
+ "optionString": ""
1422
+ },
1423
+ "no-new-symbol": {
1424
+ "active": 1,
1425
+ "optionString": ""
1426
+ },
1427
+ "no-new-wrappers": {
1428
+ "active": 0,
1429
+ "optionString": ""
1430
+ },
1431
+ "no-obj-calls": {
1432
+ "active": 1,
1433
+ "optionString": ""
1434
+ },
1435
+ "no-octal": {
1436
+ "active": 1,
1437
+ "optionString": ""
1438
+ },
1439
+ "no-octal-escape": {
1440
+ "active": 0,
1441
+ "optionString": ""
1442
+ },
1443
+ "no-param-reassign": {
1444
+ "active": 0,
1445
+ "optionString": "{'props': false}"
1446
+ },
1447
+ "no-path-concat": {
1448
+ "active": 0,
1449
+ "optionString": ""
1450
+ },
1451
+ "no-plusplus": {
1452
+ "active": 0,
1453
+ "optionString": "{'allowForLoopAfterthoughts': false}"
1454
+ },
1455
+ "no-process-env": {
1456
+ "active": 0,
1457
+ "optionString": ""
1458
+ },
1459
+ "no-process-exit": {
1460
+ "active": 0,
1461
+ "optionString": ""
1462
+ },
1463
+ "no-proto": {
1464
+ "active": 0,
1465
+ "optionString": ""
1466
+ },
1467
+ "no-redeclare": {
1468
+ "active": 1,
1469
+ "optionString": "{'builtinGlobals': false}"
1470
+ },
1471
+ "no-regex-spaces": {
1472
+ "active": 1,
1473
+ "optionString": ""
1474
+ },
1475
+ "no-restricted-globals": {
1476
+ "active": 0,
1477
+ "optionString": "'event', 'fdescribe'"
1478
+ },
1479
+ "no-restricted-imports": {
1480
+ "active": 0,
1481
+ "optionString": ""
1482
+ },
1483
+ "no-restricted-modules": {
1484
+ "active": 0,
1485
+ "optionString": ""
1486
+ },
1487
+ "no-restricted-properties": {
1488
+ "active": 0,
1489
+ "optionString": "[{'object': 'disallowedObjectName', 'property': 'disallowedPropertyName'}, {'object': 'disallowedObjectName', 'property': 'anotherDisallowedPropertyName', 'message': 'Please use allowedObjectName.allowedPropertyName.'}]"
1490
+ },
1491
+ "no-restricted-syntax": {
1492
+ "active": 0,
1493
+ "optionString": "'FunctionExpression', 'WithStatement'"
1494
+ },
1495
+ "no-return-assign": {
1496
+ "active": 0,
1497
+ "optionString": "'except-parens'"
1498
+ },
1499
+ "no-script-url": {
1500
+ "active": 0,
1501
+ "optionString": ""
1502
+ },
1503
+ "no-self-assign": {
1504
+ "active": 1,
1505
+ "optionString": "{'props': false}"
1506
+ },
1507
+ "no-self-compare": {
1508
+ "active": 1,
1509
+ "optionString": ""
1510
+ },
1511
+ "no-sequences": {
1512
+ "active": 0,
1513
+ "optionString": ""
1514
+ },
1515
+ "no-shadow": {
1516
+ "active": 0,
1517
+ "optionString": "{'builtinGlobals': false, 'hoist': 'functions', 'allow': []}"
1518
+ },
1519
+ "no-shadow-restricted-names": {
1520
+ "active": 0,
1521
+ "optionString": ""
1522
+ },
1523
+ "no-sparse-arrays": {
1524
+ "active": 1,
1525
+ "optionString": ""
1526
+ },
1527
+ "no-sync": {
1528
+ "active": 0,
1529
+ "optionString": ""
1530
+ },
1531
+ "no-tabs": {
1532
+ "active": 0,
1533
+ "optionString": ""
1534
+ },
1535
+ "no-template-curly-in-string": {
1536
+ "active": 1,
1537
+ "optionString": ""
1538
+ },
1539
+ "no-ternary": {
1540
+ "active": 0,
1541
+ "optionString": ""
1542
+ },
1543
+ "no-this-before-super": {
1544
+ "active": 1,
1545
+ "optionString": ""
1546
+ },
1547
+ "no-throw-literal": {
1548
+ "active": 0,
1549
+ "optionString": ""
1550
+ },
1551
+ "no-trailing-spaces": {
1552
+ "active": 0,
1553
+ "optionString": "{'skipBlankLines': false}"
1554
+ },
1555
+ "no-undef": {
1556
+ "active": 1,
1557
+ "optionString": "{'typeof': false}"
1558
+ },
1559
+ "no-undef-init": {
1560
+ "active": 0,
1561
+ "optionString": ""
1562
+ },
1563
+ "no-undefined": {
1564
+ "active": 0,
1565
+ "optionString": ""
1566
+ },
1567
+ "no-underscore-dangle": {
1568
+ "active": 0,
1569
+ "optionString": "{'allow': [], 'allowAfterThis': false, 'allowAfterSuper': false}"
1570
+ },
1571
+ "no-unexpected-multiline": {
1572
+ "active": 1,
1573
+ "optionString": ""
1574
+ },
1575
+ "no-unmodified-loop-condition": {
1576
+ "active": 0,
1577
+ "optionString": ""
1578
+ },
1579
+ "no-unneeded-ternary": {
1580
+ "active": 0,
1581
+ "optionString": "{'defaultAssignment': true}"
1582
+ },
1583
+ "no-unreachable": {
1584
+ "active": 1,
1585
+ "optionString": ""
1586
+ },
1587
+ "no-unsafe-finally": {
1588
+ "active": 1,
1589
+ "optionString": ""
1590
+ },
1591
+ "no-unsafe-negation": {
1592
+ "active": 0,
1593
+ "optionString": ""
1594
+ },
1595
+ "no-unused-expressions": {
1596
+ "active": 0,
1597
+ "optionString": "{'allowShortCircuit': false, 'allowTernary': false}"
1598
+ },
1599
+ "no-unused-labels": {
1600
+ "active": 1,
1601
+ "optionString": ""
1602
+ },
1603
+ "no-unused-vars": {
1604
+ "active": 1,
1605
+ "optionString": "{'vars': 'all', 'args': 'after-used', 'caughtErrors': 'none'}"
1606
+ },
1607
+ "no-use-before-define": {
1608
+ "active": 0,
1609
+ "optionString": "{'functions': true, 'classes': true}"
1610
+ },
1611
+ "no-useless-call": {
1612
+ "active": 0,
1613
+ "optionString": ""
1614
+ },
1615
+ "no-useless-computed-key": {
1616
+ "active": 1,
1617
+ "optionString": ""
1618
+ },
1619
+ "no-useless-concat": {
1620
+ "active": 0,
1621
+ "optionString": ""
1622
+ },
1623
+ "no-useless-constructor": {
1624
+ "active": 0,
1625
+ "optionString": ""
1626
+ },
1627
+ "no-useless-escape": {
1628
+ "active": 0,
1629
+ "optionString": ""
1630
+ },
1631
+ "no-useless-rename": {
1632
+ "active": 0,
1633
+ "optionString": "{'ignoreDestructuring': false, 'ignoreImport': false, 'ignoreExport': false}"
1634
+ },
1635
+ "no-useless-return": {
1636
+ "active": 0,
1637
+ "optionString": ""
1638
+ },
1639
+ "no-var": {
1640
+ "active": 0,
1641
+ "optionString": ""
1642
+ },
1643
+ "no-void": {
1644
+ "active": 0,
1645
+ "optionString": ""
1646
+ },
1647
+ "no-warning-comments": {
1648
+ "active": 0,
1649
+ "optionString": "{'terms': ['todo', 'fixme', 'xxx'], 'location': 'start'}"
1650
+ },
1651
+ "no-whitespace-before-property": {
1652
+ "active": 0,
1653
+ "optionString": ""
1654
+ },
1655
+ "no-with": {
1656
+ "active": 0,
1657
+ "optionString": ""
1658
+ },
1659
+ "object-curly-newline": {
1660
+ "active": 0,
1661
+ "optionString": "{'ObjectExpression': {'multiline': true}, 'ObjectPattern': {'multiline': true}}"
1662
+ },
1663
+ "object-curly-spacing": {
1664
+ "active": 0,
1665
+ "optionString": "'never'"
1666
+ },
1667
+ "object-property-newline": {
1668
+ "active": 0,
1669
+ "optionString": "{'allowMultiplePropertiesPerLine': true}"
1670
+ },
1671
+ "object-shorthand": {
1672
+ "active": 0,
1673
+ "optionString": "'always', {'avoidQuotes': false, 'ignoreConstructors': false}"
1674
+ },
1675
+ "one-var": {
1676
+ "active": 0,
1677
+ "optionString": "'always'"
1678
+ },
1679
+ "one-var-declaration-per-line": {
1680
+ "active": 0,
1681
+ "optionString": "'always'"
1682
+ },
1683
+ "operator-assignment": {
1684
+ "active": 0,
1685
+ "optionString": "'always'"
1686
+ },
1687
+ "operator-linebreak": {
1688
+ "active": 0,
1689
+ "optionString": "'after', {'overrides': {'?': 'after', '+=': 'none'}}"
1690
+ },
1691
+ "padded-blocks": {
1692
+ "active": 0,
1693
+ "optionString": "{'blocks': 'always', 'switches': 'always', 'classes': 'always'}"
1694
+ },
1695
+ "prefer-arrow-callback": {
1696
+ "active": 0,
1697
+ "optionString": ""
1698
+ },
1699
+ "prefer-const": {
1700
+ "active": 0,
1701
+ "optionString": "{'destructuring': 'any', 'ignoreReadBeforeAssign': false}"
1702
+ },
1703
+ "prefer-numeric-literals": {
1704
+ "active": 0,
1705
+ "optionString": ""
1706
+ },
1707
+ "prefer-rest-params": {
1708
+ "active": 0,
1709
+ "optionString": ""
1710
+ },
1711
+ "prefer-spread": {
1712
+ "active": 0,
1713
+ "optionString": ""
1714
+ },
1715
+ "prefer-template": {
1716
+ "active": 0,
1717
+ "optionString": ""
1718
+ },
1719
+ "quote-props": {
1720
+ "active": 0,
1721
+ "optionString": "'always'"
1722
+ },
1723
+ "quotes": {
1724
+ "active": 0,
1725
+ "optionString": "'double', 'avoid-escape'"
1726
+ },
1727
+ "radix": {
1728
+ "active": 0,
1729
+ "optionString": "'always'"
1730
+ },
1731
+ "require-jsdoc": {
1732
+ "active": 0,
1733
+ "optionString": "{'require': {'FunctionDeclaration': true, 'MethodDefinition': false, 'ClassDeclaration': false}}"
1734
+ },
1735
+ "require-yield": {
1736
+ "active": 0,
1737
+ "optionString": ""
1738
+ },
1739
+ "rest-spread-spacing": {
1740
+ "active": 0,
1741
+ "optionString": "'never'"
1742
+ },
1743
+ "semi": {
1744
+ "active": 0,
1745
+ "optionString": "'always', {'omitLastInOneLineBlock': false}"
1746
+ },
1747
+ "semi-spacing": {
1748
+ "active": 0,
1749
+ "optionString": "{'before': false, 'after': true}"
1750
+ },
1751
+ "sort-imports": {
1752
+ "active": 0,
1753
+ "optionString": "{'ignoreCase': false, 'ignoreMemberSort': true, 'memberSyntaxSortOrder': ['none', 'all', 'multiple', 'single']}"
1754
+ },
1755
+ "sort-keys": {
1756
+ "active": 0,
1757
+ "optionString": "'asc', {'caseSensitive': true, 'natural': false}"
1758
+ },
1759
+ "sort-vars": {
1760
+ "active": 0,
1761
+ "optionString": "{'ignoreCase': false}"
1762
+ },
1763
+ "space-before-blocks": {
1764
+ "active": 0,
1765
+ "optionString": "{'functions': 'always', 'keywords': 'always', 'classes': 'always'}"
1766
+ },
1767
+ "space-before-function-paren": {
1768
+ "active": 0,
1769
+ "optionString": "{'anonymous': 'always', 'named': 'never'}"
1770
+ },
1771
+ "space-in-parens": {
1772
+ "active": 0,
1773
+ "optionString": "'never', {'exceptions': []}"
1774
+ },
1775
+ "space-infix-ops": {
1776
+ "active": 0,
1777
+ "optionString": "{'int32Hint': false}"
1778
+ },
1779
+ "space-unary-ops": {
1780
+ "active": 0,
1781
+ "optionString": "{'words': true, 'nonwords': false, 'overrides': {}}"
1782
+ },
1783
+ "spaced-comment": {
1784
+ "active": 0,
1785
+ "optionString": "'always', {'line': {'markers': ['\/'], 'exceptions': ['-', '+']}, 'block': {'markers': ['!'], 'exceptions': ['*'], 'balanced': false}}"
1786
+ },
1787
+ "strict": {
1788
+ "active": 0,
1789
+ "optionString": "'safe'"
1790
+ },
1791
+ "symbol-description": {
1792
+ "active": 0,
1793
+ "optionString": ""
1794
+ },
1795
+ "template-curly-spacing": {
1796
+ "active": 0,
1797
+ "optionString": "'never'"
1798
+ },
1799
+ "unicode-bom": {
1800
+ "active": 0,
1801
+ "optionString": "'never'"
1802
+ },
1803
+ "use-isnan": {
1804
+ "active": 1,
1805
+ "optionString": ""
1806
+ },
1807
+ "valid-jsdoc": {
1808
+ "active": 0,
1809
+ "optionString": "{'prefer': {'return': 'returns'}, 'requireReturn': true, 'requireReturnDescription': true, 'requireReturnType': true, 'requireParamDescription': true}"
1810
+ },
1811
+ "valid-typeof": {
1812
+ "active": 1,
1813
+ "optionString": "{'requireStringLiterals': true}"
1814
+ },
1815
+ "vars-on-top": {
1816
+ "active": 0,
1817
+ "optionString": ""
1818
+ },
1819
+ "wrap-iife": {
1820
+ "active": 0,
1821
+ "optionString": "'outside'"
1822
+ },
1823
+ "wrap-regex": {
1824
+ "active": 0,
1825
+ "optionString": ""
1826
+ },
1827
+ "yield-star-spacing": {
1828
+ "active": 0,
1829
+ "optionString": "{'before': false, 'after': true}"
1830
+ },
1831
+ "yoda": {
1832
+ "active": 0,
1833
+ "optionString": "'never', {'exceptRange': false, 'onlyEquality': false}"
1834
+ }
1835
+ },
1836
+ "esLintSourceType": 0,
1837
+ "externalServerAddress": "http:\/\/localhost:8888",
1838
+ "gitIgnoreBuildFolder": 1,
1839
+ "hideConfigFile": 0,
1840
+ "jsCheckerReservedNamesString": "",
1841
+ "jsHintFlags2": {
1842
+ "asi": {
1843
+ "active": 0,
1844
+ "flagValue": -1
1845
+ },
1846
+ "bitwise": {
1847
+ "active": 1,
1848
+ "flagValue": -1
1849
+ },
1850
+ "boss": {
1851
+ "active": 0,
1852
+ "flagValue": -1
1853
+ },
1854
+ "browser": {
1855
+ "active": 1,
1856
+ "flagValue": -1
1857
+ },
1858
+ "browserify": {
1859
+ "active": 0,
1860
+ "flagValue": -1
1861
+ },
1862
+ "camelcase": {
1863
+ "active": 0,
1864
+ "flagValue": -1
1865
+ },
1866
+ "couch": {
1867
+ "active": 0,
1868
+ "flagValue": -1
1869
+ },
1870
+ "curly": {
1871
+ "active": 1,
1872
+ "flagValue": -1
1873
+ },
1874
+ "debug": {
1875
+ "active": 0,
1876
+ "flagValue": -1
1877
+ },
1878
+ "devel": {
1879
+ "active": 0,
1880
+ "flagValue": -1
1881
+ },
1882
+ "dojo": {
1883
+ "active": 0,
1884
+ "flagValue": -1
1885
+ },
1886
+ "elision": {
1887
+ "active": 1,
1888
+ "flagValue": -1
1889
+ },
1890
+ "eqeqeq": {
1891
+ "active": 1,
1892
+ "flagValue": -1
1893
+ },
1894
+ "eqnull": {
1895
+ "active": 0,
1896
+ "flagValue": -1
1897
+ },
1898
+ "es3": {
1899
+ "active": 0,
1900
+ "flagValue": -1
1901
+ },
1902
+ "esnext": {
1903
+ "active": 0,
1904
+ "flagValue": -1
1905
+ },
1906
+ "evil": {
1907
+ "active": 0,
1908
+ "flagValue": -1
1909
+ },
1910
+ "expr": {
1911
+ "active": 0,
1912
+ "flagValue": -1
1913
+ },
1914
+ "forin": {
1915
+ "active": 0,
1916
+ "flagValue": -1
1917
+ },
1918
+ "freeze": {
1919
+ "active": 1,
1920
+ "flagValue": -1
1921
+ },
1922
+ "funcscope": {
1923
+ "active": 0,
1924
+ "flagValue": -1
1925
+ },
1926
+ "futurehostile": {
1927
+ "active": 0,
1928
+ "flagValue": -1
1929
+ },
1930
+ "globalstrict": {
1931
+ "active": 0,
1932
+ "flagValue": -1
1933
+ },
1934
+ "immed": {
1935
+ "active": 0,
1936
+ "flagValue": -1
1937
+ },
1938
+ "indent": {
1939
+ "active": 0,
1940
+ "flagValue": 4
1941
+ },
1942
+ "iterator": {
1943
+ "active": 0,
1944
+ "flagValue": -1
1945
+ },
1946
+ "jasmine": {
1947
+ "active": 0,
1948
+ "flagValue": -1
1949
+ },
1950
+ "jquery": {
1951
+ "active": 1,
1952
+ "flagValue": -1
1953
+ },
1954
+ "lastsemic": {
1955
+ "active": 0,
1956
+ "flagValue": -1
1957
+ },
1958
+ "latedef": {
1959
+ "active": 1,
1960
+ "flagValue": -1
1961
+ },
1962
+ "laxbreak": {
1963
+ "active": 0,
1964
+ "flagValue": -1
1965
+ },
1966
+ "laxcomma": {
1967
+ "active": 0,
1968
+ "flagValue": -1
1969
+ },
1970
+ "loopfunc": {
1971
+ "active": 0,
1972
+ "flagValue": -1
1973
+ },
1974
+ "maxcomplexity": {
1975
+ "active": 0,
1976
+ "flagValue": 10
1977
+ },
1978
+ "maxdepth": {
1979
+ "active": 0,
1980
+ "flagValue": 3
1981
+ },
1982
+ "maxlen": {
1983
+ "active": 0,
1984
+ "flagValue": 150
1985
+ },
1986
+ "maxparams": {
1987
+ "active": 0,
1988
+ "flagValue": 3
1989
+ },
1990
+ "maxstatements": {
1991
+ "active": 0,
1992
+ "flagValue": 4
1993
+ },
1994
+ "mocha": {
1995
+ "active": 0,
1996
+ "flagValue": -1
1997
+ },
1998
+ "mootools": {
1999
+ "active": 0,
2000
+ "flagValue": -1
2001
+ },
2002
+ "moz": {
2003
+ "active": 0,
2004
+ "flagValue": -1
2005
+ },
2006
+ "multistr": {
2007
+ "active": 0,
2008
+ "flagValue": -1
2009
+ },
2010
+ "newcap": {
2011
+ "active": 1,
2012
+ "flagValue": -1
2013
+ },
2014
+ "noarg": {
2015
+ "active": 1,
2016
+ "flagValue": -1
2017
+ },
2018
+ "nocomma": {
2019
+ "active": 0,
2020
+ "flagValue": -1
2021
+ },
2022
+ "node": {
2023
+ "active": 0,
2024
+ "flagValue": -1
2025
+ },
2026
+ "noempty": {
2027
+ "active": 0,
2028
+ "flagValue": -1
2029
+ },
2030
+ "nonbsp": {
2031
+ "active": 0,
2032
+ "flagValue": -1
2033
+ },
2034
+ "nonew": {
2035
+ "active": 1,
2036
+ "flagValue": -1
2037
+ },
2038
+ "nonstandard": {
2039
+ "active": 0,
2040
+ "flagValue": -1
2041
+ },
2042
+ "notypeof": {
2043
+ "active": 1,
2044
+ "flagValue": -1
2045
+ },
2046
+ "noyield": {
2047
+ "active": 0,
2048
+ "flagValue": -1
2049
+ },
2050
+ "onecase": {
2051
+ "active": 0,
2052
+ "flagValue": -1
2053
+ },
2054
+ "phantom": {
2055
+ "active": 0,
2056
+ "flagValue": -1
2057
+ },
2058
+ "plusplus": {
2059
+ "active": 0,
2060
+ "flagValue": -1
2061
+ },
2062
+ "proto": {
2063
+ "active": 0,
2064
+ "flagValue": -1
2065
+ },
2066
+ "prototypejs": {
2067
+ "active": 0,
2068
+ "flagValue": -1
2069
+ },
2070
+ "qunit": {
2071
+ "active": 0,
2072
+ "flagValue": -1
2073
+ },
2074
+ "regexp": {
2075
+ "active": 1,
2076
+ "flagValue": -1
2077
+ },
2078
+ "rhino": {
2079
+ "active": 0,
2080
+ "flagValue": -1
2081
+ },
2082
+ "scripturl": {
2083
+ "active": 0,
2084
+ "flagValue": -1
2085
+ },
2086
+ "shadow": {
2087
+ "active": 0,
2088
+ "flagValue": -1
2089
+ },
2090
+ "shelljs": {
2091
+ "active": 0,
2092
+ "flagValue": -1
2093
+ },
2094
+ "singleGroups": {
2095
+ "active": 0,
2096
+ "flagValue": -1
2097
+ },
2098
+ "strict": {
2099
+ "active": 0,
2100
+ "flagValue": -1
2101
+ },
2102
+ "sub": {
2103
+ "active": 0,
2104
+ "flagValue": -1
2105
+ },
2106
+ "supernew": {
2107
+ "active": 0,
2108
+ "flagValue": -1
2109
+ },
2110
+ "typed": {
2111
+ "active": 0,
2112
+ "flagValue": -1
2113
+ },
2114
+ "undef": {
2115
+ "active": 1,
2116
+ "flagValue": -1
2117
+ },
2118
+ "unused": {
2119
+ "active": 1,
2120
+ "flagValue": -1
2121
+ },
2122
+ "varstmt": {
2123
+ "active": 0,
2124
+ "flagValue": -1
2125
+ },
2126
+ "withstmt": {
2127
+ "active": 0,
2128
+ "flagValue": -1
2129
+ },
2130
+ "worker": {
2131
+ "active": 0,
2132
+ "flagValue": -1
2133
+ },
2134
+ "wsh": {
2135
+ "active": 0,
2136
+ "flagValue": -1
2137
+ },
2138
+ "yui": {
2139
+ "active": 0,
2140
+ "flagValue": -1
2141
+ }
2142
+ },
2143
+ "jsLintFlags2": {
2144
+ "bitwise": {
2145
+ "active": 0,
2146
+ "flagValue": -1
2147
+ },
2148
+ "browser": {
2149
+ "active": 1,
2150
+ "flagValue": -1
2151
+ },
2152
+ "couch": {
2153
+ "active": 0,
2154
+ "flagValue": -1
2155
+ },
2156
+ "devel": {
2157
+ "active": 0,
2158
+ "flagValue": -1
2159
+ },
2160
+ "es6": {
2161
+ "active": 0,
2162
+ "flagValue": -1
2163
+ },
2164
+ "eval": {
2165
+ "active": 0,
2166
+ "flagValue": -1
2167
+ },
2168
+ "for": {
2169
+ "active": 0,
2170
+ "flagValue": -1
2171
+ },
2172
+ "maxlen": {
2173
+ "active": 0,
2174
+ "flagValue": 150
2175
+ },
2176
+ "node": {
2177
+ "active": 0,
2178
+ "flagValue": -1
2179
+ },
2180
+ "this": {
2181
+ "active": 0,
2182
+ "flagValue": -1
2183
+ },
2184
+ "white": {
2185
+ "active": 0,
2186
+ "flagValue": -1
2187
+ }
2188
+ },
2189
+ "languageDefaultsCOFFEE": {
2190
+ "autoOutputAction": 0,
2191
+ "autoOutputPathFilenamePattern": "*.js",
2192
+ "autoOutputPathRelativePath": "",
2193
+ "autoOutputPathReplace1": "",
2194
+ "autoOutputPathReplace2": "",
2195
+ "autoOutputPathStyle": 0,
2196
+ "createSourceMap": 0,
2197
+ "minifyOutput": 1,
2198
+ "outputStyle": 0,
2199
+ "syntaxCheckerStyle": 1
2200
+ },
2201
+ "languageDefaultsCSS": {
2202
+ "autoOutputAction": 2,
2203
+ "autoOutputPathFilenamePattern": "*-min.css",
2204
+ "autoOutputPathRelativePath": "",
2205
+ "autoOutputPathReplace1": "",
2206
+ "autoOutputPathReplace2": "",
2207
+ "autoOutputPathStyle": 0,
2208
+ "createSourceMap": 0,
2209
+ "outputStyle": 3,
2210
+ "shouldRunAutoprefixer": 0,
2211
+ "shouldRunBless": 0
2212
+ },
2213
+ "languageDefaultsGIF": {
2214
+ "autoOutputAction": 0,
2215
+ "autoOutputPathFilenamePattern": "*.gif",
2216
+ "autoOutputPathRelativePath": "",
2217
+ "autoOutputPathReplace1": "",
2218
+ "autoOutputPathReplace2": "",
2219
+ "autoOutputPathStyle": 0
2220
+ },
2221
+ "languageDefaultsHAML": {
2222
+ "autoOutputAction": 0,
2223
+ "autoOutputPathFilenamePattern": "*.html",
2224
+ "autoOutputPathRelativePath": "",
2225
+ "autoOutputPathReplace1": "",
2226
+ "autoOutputPathReplace2": "",
2227
+ "autoOutputPathStyle": 0,
2228
+ "escapeHTMLCharacters": 0,
2229
+ "noEscapeInAttributes": 0,
2230
+ "outputFormat": 2,
2231
+ "outputStyle": 0,
2232
+ "useCDATA": 0,
2233
+ "useDoubleQuotes": 0,
2234
+ "useUnixNewlines": 0
2235
+ },
2236
+ "languageDefaultsJPG": {
2237
+ "autoOutputAction": 0,
2238
+ "autoOutputPathFilenamePattern": "*.jpg",
2239
+ "autoOutputPathRelativePath": "",
2240
+ "autoOutputPathReplace1": "",
2241
+ "autoOutputPathReplace2": "",
2242
+ "autoOutputPathStyle": 0
2243
+ },
2244
+ "languageDefaultsJS": {
2245
+ "autoOutputAction": 0,
2246
+ "autoOutputPathFilenamePattern": "*-min.js",
2247
+ "autoOutputPathRelativePath": "\/min",
2248
+ "autoOutputPathReplace1": "",
2249
+ "autoOutputPathReplace2": "",
2250
+ "autoOutputPathStyle": 2,
2251
+ "createSourceMap": 0,
2252
+ "minifyOutput": 1,
2253
+ "syntaxCheckerStyle": 1,
2254
+ "transpilerStyle": 0
2255
+ },
2256
+ "languageDefaultsJSON": {
2257
+ "autoOutputAction": 1,
2258
+ "autoOutputPathFilenamePattern": "*-min.json",
2259
+ "autoOutputPathRelativePath": "",
2260
+ "autoOutputPathReplace1": "",
2261
+ "autoOutputPathReplace2": "",
2262
+ "autoOutputPathStyle": 0,
2263
+ "orderOutput": 0,
2264
+ "outputStyle": 1
2265
+ },
2266
+ "languageDefaultsJSX": {
2267
+ "autoOutputAction": 0,
2268
+ "autoOutputPathFilenamePattern": "*.js",
2269
+ "autoOutputPathRelativePath": "",
2270
+ "autoOutputPathReplace1": "jsx",
2271
+ "autoOutputPathReplace2": "js",
2272
+ "autoOutputPathStyle": 0
2273
+ },
2274
+ "languageDefaultsKIT": {
2275
+ "autoOutputAction": 0,
2276
+ "autoOutputPathFilenamePattern": "*.html",
2277
+ "autoOutputPathRelativePath": "",
2278
+ "autoOutputPathReplace1": "kit",
2279
+ "autoOutputPathReplace2": "html",
2280
+ "autoOutputPathStyle": 0
2281
+ },
2282
+ "languageDefaultsLESS": {
2283
+ "allowInsecureImports": 0,
2284
+ "autoOutputAction": 0,
2285
+ "autoOutputPathFilenamePattern": "*.css",
2286
+ "autoOutputPathRelativePath": "..\/css",
2287
+ "autoOutputPathReplace1": "less",
2288
+ "autoOutputPathReplace2": "css",
2289
+ "autoOutputPathStyle": 2,
2290
+ "createSourceMap": 1,
2291
+ "disableJavascript": 0,
2292
+ "ieCompatibility": 1,
2293
+ "outputStyle": 0,
2294
+ "relativeURLS": 0,
2295
+ "shouldRunAutoprefixer": 0,
2296
+ "shouldRunBless": 0,
2297
+ "strictImports": 0,
2298
+ "strictMath": 0,
2299
+ "strictUnits": 0
2300
+ },
2301
+ "languageDefaultsMARKDOWN": {
2302
+ "autoOutputAction": 0,
2303
+ "autoOutputPathFilenamePattern": "*.html",
2304
+ "autoOutputPathRelativePath": "",
2305
+ "autoOutputPathReplace1": "",
2306
+ "autoOutputPathReplace2": "",
2307
+ "autoOutputPathStyle": 0,
2308
+ "criticStyle": 0,
2309
+ "enableFootnotes": 1,
2310
+ "enableLabels": 1,
2311
+ "enableSmartQuotes": 1,
2312
+ "escapeLineBreaks": 0,
2313
+ "maskEmailAddresses": 1,
2314
+ "outputFormat": 0,
2315
+ "outputStyle": 0,
2316
+ "parseMetadata": 1,
2317
+ "processHTML": 0,
2318
+ "randomFootnoteNumbers": 0,
2319
+ "useCompatibilityMode": 0
2320
+ },
2321
+ "languageDefaultsOTHER": {
2322
+ "autoOutputAction": 2,
2323
+ "autoOutputPathFilenamePattern": "*.*",
2324
+ "autoOutputPathRelativePath": "",
2325
+ "autoOutputPathReplace1": "",
2326
+ "autoOutputPathReplace2": "",
2327
+ "autoOutputPathStyle": 0
2328
+ },
2329
+ "languageDefaultsPNG": {
2330
+ "autoOutputAction": 0,
2331
+ "autoOutputPathFilenamePattern": "*.png",
2332
+ "autoOutputPathRelativePath": "",
2333
+ "autoOutputPathReplace1": "",
2334
+ "autoOutputPathReplace2": "",
2335
+ "autoOutputPathStyle": 0
2336
+ },
2337
+ "languageDefaultsPUG": {
2338
+ "autoOutputAction": 0,
2339
+ "autoOutputPathFilenamePattern": "*.html",
2340
+ "autoOutputPathRelativePath": "",
2341
+ "autoOutputPathReplace1": "",
2342
+ "autoOutputPathReplace2": "",
2343
+ "autoOutputPathStyle": 0,
2344
+ "compileDebug": 1,
2345
+ "outputStyle": 0
2346
+ },
2347
+ "languageDefaultsSASS": {
2348
+ "autoOutputAction": 0,
2349
+ "autoOutputPathFilenamePattern": "*.css",
2350
+ "autoOutputPathRelativePath": "..\/css",
2351
+ "autoOutputPathReplace1": "sass",
2352
+ "autoOutputPathReplace2": "css",
2353
+ "autoOutputPathStyle": 2,
2354
+ "createSourceMap": 0,
2355
+ "debugStyle": 0,
2356
+ "decimalPrecision": 10,
2357
+ "outputStyle": 0,
2358
+ "shouldRunAutoprefixer": 0,
2359
+ "shouldRunBless": 0,
2360
+ "useLibsass": 1
2361
+ },
2362
+ "languageDefaultsSLIM": {
2363
+ "autoOutputAction": 0,
2364
+ "autoOutputPathFilenamePattern": "*.html",
2365
+ "autoOutputPathRelativePath": "",
2366
+ "autoOutputPathReplace1": "",
2367
+ "autoOutputPathReplace2": "",
2368
+ "autoOutputPathStyle": 0,
2369
+ "compileOnly": 0,
2370
+ "logicless": 0,
2371
+ "outputFormat": 0,
2372
+ "outputStyle": 1,
2373
+ "railsCompatible": 0
2374
+ },
2375
+ "languageDefaultsSTYLUS": {
2376
+ "autoOutputAction": 0,
2377
+ "autoOutputPathFilenamePattern": "*.css",
2378
+ "autoOutputPathRelativePath": "..\/css",
2379
+ "autoOutputPathReplace1": "stylus",
2380
+ "autoOutputPathReplace2": "css",
2381
+ "autoOutputPathStyle": 2,
2382
+ "createSourceMap": 0,
2383
+ "debugStyle": 0,
2384
+ "importCSS": 0,
2385
+ "outputStyle": 0,
2386
+ "resolveRelativeURLS": 0,
2387
+ "shouldRunAutoprefixer": 0,
2388
+ "shouldRunBless": 0
2389
+ },
2390
+ "languageDefaultsSVG": {
2391
+ "autoOutputAction": 2,
2392
+ "autoOutputPathFilenamePattern": "*.svg",
2393
+ "autoOutputPathRelativePath": "",
2394
+ "autoOutputPathReplace1": "",
2395
+ "autoOutputPathReplace2": "",
2396
+ "autoOutputPathStyle": 0,
2397
+ "pluginMask": 3758088159
2398
+ },
2399
+ "languageDefaultsTS": {
2400
+ "autoOutputAction": 0,
2401
+ "autoOutputPathFilenamePattern": "*.js",
2402
+ "autoOutputPathRelativePath": "\/js",
2403
+ "autoOutputPathReplace1": "",
2404
+ "autoOutputPathReplace2": "",
2405
+ "autoOutputPathStyle": 2,
2406
+ "createDeclarationFile": 0,
2407
+ "createSourceMap": 0,
2408
+ "jsxMode": 0,
2409
+ "minifyOutput": 0,
2410
+ "moduleResolutionType": 0,
2411
+ "moduleType": 2,
2412
+ "noImplicitAny": 0,
2413
+ "preserveConstEnums": 0,
2414
+ "removeComments": 0,
2415
+ "suppressImplicitAnyIndexErrors": 0,
2416
+ "targetECMAVersion": 0
2417
+ },
2418
+ "languageDefaultsUserDefined": [
2419
+ ],
2420
+ "previewPathAddition": "",
2421
+ "skippedFoldersString": "log, _logs, logs, _cache, cache, \/storage\/framework\/sessions, node_modules",
2422
+ "sourceFolderName": "source",
2423
+ "uglifyDefinesString": "",
2424
+ "uglifyFlags2": {
2425
+ "ascii-only": {
2426
+ "active": 0,
2427
+ "flagValue": -1
2428
+ },
2429
+ "bare-returns": {
2430
+ "active": 0,
2431
+ "flagValue": -1
2432
+ },
2433
+ "booleans": {
2434
+ "active": 1,
2435
+ "flagValue": -1
2436
+ },
2437
+ "bracketize": {
2438
+ "active": 0,
2439
+ "flagValue": -1
2440
+ },
2441
+ "cascade": {
2442
+ "active": 1,
2443
+ "flagValue": -1
2444
+ },
2445
+ "comments": {
2446
+ "active": 1,
2447
+ "flagValue": -1
2448
+ },
2449
+ "comparisons": {
2450
+ "active": 1,
2451
+ "flagValue": -1
2452
+ },
2453
+ "compress": {
2454
+ "active": 1,
2455
+ "flagValue": -1
2456
+ },
2457
+ "conditionals": {
2458
+ "active": 1,
2459
+ "flagValue": -1
2460
+ },
2461
+ "dead_code": {
2462
+ "active": 0,
2463
+ "flagValue": -1
2464
+ },
2465
+ "drop_console": {
2466
+ "active": 0,
2467
+ "flagValue": -1
2468
+ },
2469
+ "drop_debugger": {
2470
+ "active": 1,
2471
+ "flagValue": -1
2472
+ },
2473
+ "eval": {
2474
+ "active": 0,
2475
+ "flagValue": -1
2476
+ },
2477
+ "evaluate": {
2478
+ "active": 1,
2479
+ "flagValue": -1
2480
+ },
2481
+ "hoist_funs": {
2482
+ "active": 1,
2483
+ "flagValue": -1
2484
+ },
2485
+ "hoist_vars": {
2486
+ "active": 0,
2487
+ "flagValue": -1
2488
+ },
2489
+ "if_return": {
2490
+ "active": 1,
2491
+ "flagValue": -1
2492
+ },
2493
+ "indent-level": {
2494
+ "active": 0,
2495
+ "flagValue": 4
2496
+ },
2497
+ "indent-start": {
2498
+ "active": 0,
2499
+ "flagValue": 0
2500
+ },
2501
+ "inline-script": {
2502
+ "active": 0,
2503
+ "flagValue": -1
2504
+ },
2505
+ "join_vars": {
2506
+ "active": 1,
2507
+ "flagValue": -1
2508
+ },
2509
+ "keep_fargs": {
2510
+ "active": 0,
2511
+ "flagValue": -1
2512
+ },
2513
+ "keep_fnames": {
2514
+ "active": 0,
2515
+ "flagValue": -1
2516
+ },
2517
+ "loops": {
2518
+ "active": 1,
2519
+ "flagValue": -1
2520
+ },
2521
+ "mangle": {
2522
+ "active": 1,
2523
+ "flagValue": -1
2524
+ },
2525
+ "max-line-len": {
2526
+ "active": 1,
2527
+ "flagValue": 32000
2528
+ },
2529
+ "negate_iife": {
2530
+ "active": 1,
2531
+ "flagValue": -1
2532
+ },
2533
+ "properties": {
2534
+ "active": 1,
2535
+ "flagValue": -1
2536
+ },
2537
+ "pure_getters": {
2538
+ "active": 0,
2539
+ "flagValue": -1
2540
+ },
2541
+ "quote-keys": {
2542
+ "active": 0,
2543
+ "flagValue": -1
2544
+ },
2545
+ "screw-ie8": {
2546
+ "active": 0,
2547
+ "flagValue": -1
2548
+ },
2549
+ "semicolons": {
2550
+ "active": 1,
2551
+ "flagValue": -1
2552
+ },
2553
+ "sequences": {
2554
+ "active": 1,
2555
+ "flagValue": -1
2556
+ },
2557
+ "sort": {
2558
+ "active": 0,
2559
+ "flagValue": -1
2560
+ },
2561
+ "space-colon": {
2562
+ "active": 1,
2563
+ "flagValue": -1
2564
+ },
2565
+ "toplevel": {
2566
+ "active": 0,
2567
+ "flagValue": -1
2568
+ },
2569
+ "unsafe": {
2570
+ "active": 0,
2571
+ "flagValue": -1
2572
+ },
2573
+ "unused": {
2574
+ "active": 0,
2575
+ "flagValue": -1
2576
+ },
2577
+ "warnings": {
2578
+ "active": 0,
2579
+ "flagValue": -1
2580
+ },
2581
+ "width": {
2582
+ "active": 1,
2583
+ "flagValue": 80
2584
+ }
2585
+ },
2586
+ "uglifyReservedNamesString": "$",
2587
+ "websiteRelativeRoot": ""
2588
+ },
2589
+ "settingsFileVersion": "3"
2590
+ }
ditty-news-ticker.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://dittynewsticker.com/
5
  Description: Ditty News Ticker is a multi-functional data display plugin
6
  Text Domain: ditty-news-ticker
7
  Domain Path: languages
8
- Version: 2.1.0
9
  Author: Metaphor Creations
10
  Author URI: http://www.metaphorcreations.com
11
  Contributors: metaphorcreations
@@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
31
 
32
 
33
 
34
- define ( 'MTPHR_DNT_VERSION', '2.1.0' );
35
  define ( 'MTPHR_DNT_DIR', trailingslashit(plugin_dir_path(__FILE__)) );
36
  define ( 'MTPHR_DNT_URL', trailingslashit(plugins_url()).'ditty-news-ticker/' );
37
 
@@ -131,52 +131,73 @@ function mtphr_dnt_custom_caps() {
131
  $caps_added = get_option( 'mtphr_dnt_caps', false );
132
  if( !$caps_added ) {
133
 
134
- // gets the administrator role
135
  $admins = get_role( 'administrator' );
136
  $editors = get_role( 'editor' );
137
  $authors = get_role( 'author' );
138
  $contributors = get_role( 'contributor' );
139
  $subscribers = get_role( 'subscriber' );
140
 
141
- $admins->add_cap( 'edit_ditty_news_tickers' );
142
- $admins->add_cap( 'edit_others_ditty_news_tickers' );
143
- $admins->add_cap( 'publish_ditty_news_tickers' );
144
- $admins->add_cap( 'read_private_ditty_news_tickers' );
145
- $admins->add_cap( 'read_ditty_news_tickers' );
146
- $admins->add_cap( 'delete_ditty_news_tickers' );
147
- $admins->add_cap( 'delete_private_ditty_news_tickers' );
148
- $admins->add_cap( 'delete_published_ditty_news_tickers' );
149
- $admins->add_cap( 'delete_others_ditty_news_tickers' );
150
- $admins->add_cap( 'edit_private_ditty_news_tickers' );
151
- $admins->add_cap( 'edit_published_ditty_news_tickers' );
152
-
153
- $editors->add_cap( 'edit_ditty_news_tickers' );
154
- $editors->add_cap( 'edit_others_ditty_news_tickers' );
155
- $editors->add_cap( 'publish_ditty_news_tickers' );
156
- $editors->add_cap( 'read_private_ditty_news_tickers' );
157
- $editors->add_cap( 'read_ditty_news_tickers' );
158
- $editors->add_cap( 'delete_ditty_news_tickers' );
159
- $editors->add_cap( 'delete_private_ditty_news_tickers' );
160
- $editors->add_cap( 'delete_published_ditty_news_tickers' );
161
- $editors->add_cap( 'delete_others_ditty_news_tickers' );
162
- $editors->add_cap( 'edit_private_ditty_news_tickers' );
163
- $editors->add_cap( 'edit_published_ditty_news_tickers' );
 
 
 
 
 
 
164
 
165
- $authors->add_cap( 'edit_ditty_news_tickers' );
166
- $authors->add_cap( 'publish_ditty_news_tickers' );
167
- $authors->add_cap( 'read_ditty_news_tickers' );
168
- $authors->add_cap( 'delete_ditty_news_tickers' );
169
- $authors->add_cap( 'delete_published_ditty_news_tickers' );
170
- $authors->add_cap( 'edit_published_ditty_news_tickers' );
 
 
171
 
172
- $contributors->add_cap( 'edit_ditty_news_tickers' );
173
- $contributors->add_cap( 'read_ditty_news_tickers' );
174
- $contributors->add_cap( 'delete_ditty_news_tickers' );
 
 
175
 
176
- $subscribers->add_cap( 'read_ditty_news_tickers' );
 
 
177
 
178
  update_option( 'mtphr_dnt_caps', 'added' );
179
- }
 
 
 
 
 
 
 
 
 
 
180
  }
181
  add_action( 'init', 'mtphr_dnt_custom_caps');
182
 
5
  Description: Ditty News Ticker is a multi-functional data display plugin
6
  Text Domain: ditty-news-ticker
7
  Domain Path: languages
8
+ Version: 2.1.1
9
  Author: Metaphor Creations
10
  Author URI: http://www.metaphorcreations.com
11
  Contributors: metaphorcreations
31
 
32
 
33
 
34
+ define ( 'MTPHR_DNT_VERSION', '2.1.1' );
35
  define ( 'MTPHR_DNT_DIR', trailingslashit(plugin_dir_path(__FILE__)) );
36
  define ( 'MTPHR_DNT_URL', trailingslashit(plugins_url()).'ditty-news-ticker/' );
37
 
131
  $caps_added = get_option( 'mtphr_dnt_caps', false );
132
  if( !$caps_added ) {
133
 
 
134
  $admins = get_role( 'administrator' );
135
  $editors = get_role( 'editor' );
136
  $authors = get_role( 'author' );
137
  $contributors = get_role( 'contributor' );
138
  $subscribers = get_role( 'subscriber' );
139
 
140
+ if( $admins ) {
141
+ $admins->add_cap( 'edit_ditty_news_tickers' );
142
+ $admins->add_cap( 'edit_others_ditty_news_tickers' );
143
+ $admins->add_cap( 'publish_ditty_news_tickers' );
144
+ $admins->add_cap( 'read_private_ditty_news_tickers' );
145
+ $admins->add_cap( 'read_ditty_news_tickers' );
146
+ $admins->add_cap( 'delete_ditty_news_tickers' );
147
+ $admins->add_cap( 'delete_private_ditty_news_tickers' );
148
+ $admins->add_cap( 'delete_published_ditty_news_tickers' );
149
+ $admins->add_cap( 'delete_others_ditty_news_tickers' );
150
+ $admins->add_cap( 'edit_private_ditty_news_tickers' );
151
+ $admins->add_cap( 'edit_published_ditty_news_tickers' );
152
+ $admins->add_cap( 'edit_published_ditty_news_tickers' );
153
+ $admins->add_cap( 'modify_ditty_news_ticker_settings' );
154
+ }
155
+
156
+ if( $editors ) {
157
+ $editors->add_cap( 'edit_ditty_news_tickers' );
158
+ $editors->add_cap( 'edit_others_ditty_news_tickers' );
159
+ $editors->add_cap( 'publish_ditty_news_tickers' );
160
+ $editors->add_cap( 'read_private_ditty_news_tickers' );
161
+ $editors->add_cap( 'read_ditty_news_tickers' );
162
+ $editors->add_cap( 'delete_ditty_news_tickers' );
163
+ $editors->add_cap( 'delete_private_ditty_news_tickers' );
164
+ $editors->add_cap( 'delete_published_ditty_news_tickers' );
165
+ $editors->add_cap( 'delete_others_ditty_news_tickers' );
166
+ $editors->add_cap( 'edit_private_ditty_news_tickers' );
167
+ $editors->add_cap( 'edit_published_ditty_news_tickers' );
168
+ }
169
 
170
+ if( $authors ) {
171
+ $authors->add_cap( 'edit_ditty_news_tickers' );
172
+ $authors->add_cap( 'publish_ditty_news_tickers' );
173
+ $authors->add_cap( 'read_ditty_news_tickers' );
174
+ $authors->add_cap( 'delete_ditty_news_tickers' );
175
+ $authors->add_cap( 'delete_published_ditty_news_tickers' );
176
+ $authors->add_cap( 'edit_published_ditty_news_tickers' );
177
+ }
178
 
179
+ if( $contributors ) {
180
+ $contributors->add_cap( 'edit_ditty_news_tickers' );
181
+ $contributors->add_cap( 'read_ditty_news_tickers' );
182
+ $contributors->add_cap( 'delete_ditty_news_tickers' );
183
+ }
184
 
185
+ if( $subscribers ) {
186
+ $subscribers->add_cap( 'read_ditty_news_tickers' );
187
+ }
188
 
189
  update_option( 'mtphr_dnt_caps', 'added' );
190
+ }
191
+
192
+ if( $caps_added != '2_1_1' ) {
193
+
194
+ $admins = get_role( 'administrator' );
195
+ if( $admins ) {
196
+ $admins->add_cap( 'modify_ditty_news_ticker_settings' );
197
+ }
198
+
199
+ update_option( 'mtphr_dnt_caps', '2_1_1' );
200
+ }
201
  }
202
  add_action( 'init', 'mtphr_dnt_custom_caps');
203
 
includes/post-types.php CHANGED
@@ -32,7 +32,7 @@ function mtphr_dnt_posttype() {
32
  'show_in_menu' => true,
33
  'query_var' => true,
34
  'rewrite' => true,
35
- 'menu_icon' => 'dashicons-format-status',
36
  'supports' => array( 'title', 'author' ),
37
  'rewrite' => array( 'slug' => __( 'ticker', 'ditty-news-ticker' ) ),
38
  'show_in_nav_menus' => true,
32
  'show_in_menu' => true,
33
  'query_var' => true,
34
  'rewrite' => true,
35
+ 'menu_icon' => 'dashicons-ditty-news-ticker',
36
  'supports' => array( 'title', 'author' ),
37
  'rewrite' => array( 'slug' => __( 'ticker', 'ditty-news-ticker' ) ),
38
  'show_in_nav_menus' => true,
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: metaphorcreations
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FUZKZGAJSBAE6
4
  Tags: ticker, news, news ticker, rotator, data rotator, lists, data
5
  Requires at least: 4.0
6
- Tested up to: 4.6.1
7
  Stable tag: /trunk/
8
  License: GPL2
9
 
@@ -68,6 +68,10 @@ Each individual Ticker post has multiple settings to customize.
68
 
69
  == Changelog ==
70
 
 
 
 
 
71
  = 2.1.0 =
72
  * Added custom capabilities for the ditty_news_ticker post type and settings
73
 
@@ -390,4 +394,4 @@ Each individual Ticker post has multiple settings to customize.
390
 
391
  == Upgrade Notice ==
392
 
393
- Added custom capabilities for the ditty_news_ticker post type and settings
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FUZKZGAJSBAE6
4
  Tags: ticker, news, news ticker, rotator, data rotator, lists, data
5
  Requires at least: 4.0
6
+ Tested up to: 4.7
7
  Stable tag: /trunk/
8
  License: GPL2
9
 
68
 
69
  == Changelog ==
70
 
71
+ = 2.1.1 =
72
+ * Bug fix from last update
73
+ * Added custom News Tickers Settings capability for admins
74
+
75
  = 2.1.0 =
76
  * Added custom capabilities for the ditty_news_ticker post type and settings
77
 
394
 
395
  == Upgrade Notice ==
396
 
397
+ Bug fix and settings capability added