-
Notifications
You must be signed in to change notification settings - Fork 1
/
display-options.json
823 lines (823 loc) · 13.5 KB
/
display-options.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
[
{
"id": "thumb_size",
"class": "main_options input",
"available": true,
"value": {
"w": "*",
"h": "*"
},
"allowed": [
"0-9",
"*"
],
"segments": [
{
"text": "__Thumbnail__ size:"
},
{
"type": "input",
"reference": "w",
"min": 1,
"max": 2048
},
{
"text": "x"
},
{
"type": "input",
"reference": "h",
"min": 1,
"max": 2048
},
{
"xtxt": "px _(default: 200×134)_"
}
]
},
{
"id": "image_width",
"class": "main_options input",
"available": true,
"value": "905",
"allowed": "0-9",
"segments": [
{
"text": "Default __image__ width:"
},
{
"type": "input",
"min": 1,
"max": 4096
},
{
"text": "px _→_ <a href='http://support.cargocollective.com/customer/portal/articles/708664-image-formatting-guide' target='_blank'>formatting guide</a>"
}
]
},
{
"id": "lightbox_view",
"class": "main_options check",
"available": true,
"value": true,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Enable __Lightbox__ view for images"
}
]
},
{
"id": "index_link_in_project",
"class": "main_options check",
"available": false,
"value": true,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "__Index__ links"
}
]
},
{
"id": "next_link_in_project",
"class": "main_options check",
"available": false,
"value": true,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "__Next project__ link"
}
]
},
{
"id": "title_in_thumb",
"class": "main_options check",
"available": true,
"value": true,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Show __Title__ below the thumbnails"
}
]
},
{
"id": "excerpt_in_thumb",
"class": "main_options check",
"available": false,
"value": false,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Text __excerpts__ below thumbnails"
}
]
},
{
"id": "tags_in_thumb",
"class": "main_options check",
"available": true,
"value": true,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Show __Tags__ below the thumbnails"
}
]
},
{
"id": "disable_project_scroll",
"available": false,
"value": true,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Disable __Project__ scroll to top"
}
]
},
{
"id": "view_count_in_project",
"class": "main_options check",
"available": true,
"value": false,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Show __Views__ counter (in the footer)"
}
]
},
{
"id": "title_in_project",
"class": "main_options check",
"available": true,
"value": true,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Show __Project Title__ in Projects and Pages"
}
]
},
{
"id": "footer_in_project",
"class": "main_options check",
"available": false,
"value": false,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "__Footer__ in Projects and Pages"
}
]
},
{
"id": "thumbs_below_projects",
"class": "main_options check",
"available": false,
"value": false,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Show __Thumbnails__ below Projects"
}
]
},
{
"id": "thumbs_below_pages",
"class": "main_options check",
"available": false,
"value": false,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Show __Thumbnails__ below Pages"
}
]
},
{
"id": "projects_in_text_nav",
"class": "main_options check",
"available": false,
"value": false,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Text nav: __Projects__"
}
]
},
{
"id": "pages_in_text_nav",
"class": "main_options check",
"available": false,
"value": true,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Text nav: __Pages__"
}
]
},
{
"id": "pages_do_not_paginate",
"class": "main_options check",
"available": false,
"value": false,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Text nav: Pages and Links do not __paginate__"
}
]
},
{
"id": "following_link_in_nav",
"class": "main_options check",
"available": true,
"value": false,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Show the __Following__ link"
}
]
},
{
"id": "set_options",
"class": "set_options text",
"available": true,
"value": true,
"segments": [
{
"id": "title",
"text": "__Using Sets__"
}
]
},
{
"id": "use_sets",
"class": "set_options check radio",
"available": false,
"value": {
"enabled": false,
"open_by_default": true,
"can_toggle": true,
"one_at_a_time": false
},
"segments": [
{
"type": "boolean",
"reference": "enabled"
},
{
"type": "label-preface",
"reference": "enabled",
"text": "*Use Sets in text menu and thumbnails*"
},
{
"text": "<br>"
},
{
"type": "boolean",
"depends_on": "enabled",
"reference": "open_by_default"
},
{
"type": "label",
"reference": "open_by_default",
"text": "Sets are open by default"
},
{
"text": "<br>"
},
{
"type": "boolean",
"depends_on": "enabled",
"reference": "can_toggle"
},
{
"type": "label",
"reference": "can_toggle",
"text": "Sets can be opened and closed"
},
{
"text": "<br>"
},
{
"type": "boolean",
"depends_on": "enabled",
"reference": "one_at_a_time"
},
{
"type": "label",
"reference": "one_at_a_time",
"text": "Opening a Set closes other Sets"
}
]
},
{
"id": "use_set_links",
"class": "set_options check radio",
"available": true,
"value": {
"enabled": false,
"position": "top"
},
"segments": [
{
"type": "boolean",
"reference": "enabled"
},
{
"type": "label-preface",
"reference": "enabled",
"text": "*Show Set links in the text menu*"
},
{
"text": "<br>"
},
{
"type": "radio",
"id": "top",
"depends_on": "enabled",
"reference": "position",
"value": "top"
},
{
"type": "label",
"input": "top",
"text": "First"
},
{
"type": "radio",
"id": "bottom",
"depends_on": "enabled",
"reference": "position",
"value": "bottom"
},
{
"type": "label",
"input": "bottom",
"text": "Last"
}
]
},
{
"id": "pagination_count",
"class": "main_options input",
"available": true,
"value": "20",
"allowed": "0-9",
"segments": [
{
"text": "__Pagination__ show"
},
{
"type": "input",
"min": 1,
"max": 1024
},
{
"text": "items per page."
}
]
},
{
"id": "slideshow_options",
"class": "slideshow_options text",
"available": true,
"value": true,
"segments": [
{
"text": "-------__Slideshow options__"
}
]
},
{
"id": "slideshow_responsive",
"class": "main_options check",
"available": false,
"value": true,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "make the slideshow __Responsive__"
}
]
},
{
"id": "slide_transition",
"class": "slideshow_options select",
"available": true,
"value": "fade",
"segments": [
{
"type": "preface",
"text": "Transition:"
},
{
"type": "dropdown",
"options": [
{
"text": "None",
"value": "none",
"available": true
},
{
"text": "Fade",
"value": "fade",
"available": true
},
{
"text": "Scroll Left",
"value": "left-right",
"available": true
},
{
"text": "Scroll Right",
"value": "right-left",
"available": true
},
{
"text": "Scroll Up",
"value": "bottom-top",
"available": true
},
{
"text": "Scroll Down",
"value": "top-bottom",
"available": true
}
]
}
]
},
{
"id": "slide_transition_duration",
"class": "slideshow_options input",
"available": true,
"value": "0.4",
"allowed": "0-9.",
"segments": [
{
"type": "preface",
"reference": "enabled",
"text": "Transition duration:"
},
{
"type": "input",
"min": 0.1,
"max": 600,
"step": 0.1
},
{
"text": "seconds"
}
]
},
{
"id": "slide_auto_play",
"class": "slideshow_options check input",
"available": true,
"value": {
"enabled": false,
"delay": 2.5
},
"segments": [
{
"type": "boolean",
"reference": "enabled"
},
{
"type": "label-preface",
"reference": "enabled",
"text": "Auto-play"
},
{
"type": "input",
"depends_on": "enabled",
"reference": "delay",
"min": 0.1,
"max": 600,
"step": 0.1
},
{
"text": "seconds delay"
}
]
},
{
"id": "slide_text_nav",
"class": "slideshow_options check input",
"available": true,
"value": {
"enabled": true,
"prev": "Previous",
"slash": "/",
"next": "Next image",
"number_enabled": true,
"number_style": "parentheses"
},
"segments": [
{
"type": "boolean",
"reference": "enabled"
},
{
"type": "label-preface",
"reference": "enabled",
"text": "Show text nav"
},
{
"type": "input",
"depends_on": "enabled",
"reference": "prev"
},
{
"text": " "
},
{
"type": "input-single",
"depends_on": "enabled",
"reference": "slash"
},
{
"text": " "
},
{
"type": "input",
"depends_on": "enabled",
"reference": "next"
},
{
"text": " "
},
{
"type": "boolean",
"depends_on": "enabled",
"reference": "number_enabled"
},
{
"type": "label-preface",
"reference": "number_enabled",
"text": "Show slide #"
},
{
"type": "radio",
"id": "style_parentheses",
"depends_on": "enabled",
"reference": "number_style",
"value": "parentheses"
},
{
"type": "label",
"input": "style_parentheses",
"text": "_(1 of 4)_"
},
{
"type": "radio",
"id": "style_bare",
"depends_on": "enabled",
"reference": "number_style",
"value": "bare"
},
{
"type": "label",
"input": "style_bare",
"text": "_1 of 4_"
}
]
},
{
"id": "slide_nav_position",
"class": "slideshow_options radio",
"available": false,
"value": "top",
"segments": [
{
"type": "preface",
"text": "Text nav position:"
},
{
"type": "radio",
"id": "above",
"value": "top"
},
{
"type": "label",
"input": "above",
"text": "Above"
},
{
"type": "radio",
"id": "below",
"value": "bottom"
},
{
"type": "label",
"input": "below",
"text": "Below"
}
]
},
{
"id": "slideshow_thumbnails_header",
"class": "slideshow_options text",
"available": false,
"value": true,
"segments": [
{
"text": "__Slideshow thumbnails__"
}
]
},
{
"id": "slide_thumbnails",
"class": "slideshow_options check radio",
"available": false,
"value": {
"enabled": false,
"position": "top"
},
"segments": [
{
"type": "boolean",
"reference": "enabled"
},
{
"type": "label-preface",
"reference": "enabled",
"text": "Always show thumbnails"
},
{
"type": "radio",
"id": "above",
"depends_on": "enabled",
"reference": "position",
"value": "top"
},
{
"type": "label",
"input": "above",
"text": "Above"
},
{
"type": "radio",
"id": "below",
"depends_on": "enabled",
"reference": "position",
"value": "bottom"
},
{
"type": "label",
"input": "below",
"text": "Below"
}
]
},
{
"id": "slide_default_thumbs",
"class": "slideshow_options check",
"available": false,
"value": false,
"segments": [
{
"type": "boolean"
},
{
"type": "label",
"text": "Start slideshows in thumbnail view"
}
]
},
{
"id": "slide_toggle_thumb_link",
"class": "slideshow_options check",
"available": false,
"value": {
"enabled": false,
"title": "Thumbnails"
},
"segments": [
{
"type": "boolean",
"reference": "enabled"
},
{
"type": "label-preface",
"reference": "enabled",
"text": "Show thumbnail link in the text nav:"
},
{
"type": "input",
"depends_on": "enabled",
"reference": "title"
}
]
},
{
"id": "mobile_options",
"class": "mobile_options text",
"available": true,
"value": true,
"segments": [
{
"id": "title",
"text": "-------__Mobile__"
},
{
"text": "Cargo offers an optimized mobile design that formats your website specifically for iOS or Android devices. <a target='_blank' href='http://support.cargocollective.com/customer/portal/articles/863596-cargo-mobile'>More info and Examples</a>. "
}
]
},
{
"id": "mobile",
"class": "mobile_options check radio",
"available": true,
"value": {
"enabled": false,
"exclude_tablets": true
},
"segments": [
{
"type": "boolean",
"reference": "enabled"
},
{
"type": "label",
"id": "designs",
"reference": "enabled",
"text": "Use mobile design"
},
{
"type": "boolean",
"depends_on": "enabled",
"reference": "exclude_tablets"
},
{
"type": "label",
"id": "tablets",
"reference": "exclude_tablets",
"text": "Keep original formatting on tablets"
},
{
"text": "_(i.e. iPad and Nexus 7)_"
}
]
}
]