This repository has been archived by the owner on Apr 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
plugin.json
97 lines (97 loc) · 2.32 KB
/
plugin.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
{
"name": "PhotoSwipe",
"version": "1.7.10",
"description": "Replaces default Lightbox with Photoswipe (http://photoswipe.com)",
"author": {
"name": "Daniel Muller",
"link": "http://daniel.ctrlaltdel.ch"
},
"data": {
"share": {
"label": "Sharing",
"info": "Choose allowed sharing possibilites",
"type": "placeholder"
},
"share_facebook": {
"label": "Facebook",
"type": "boolean",
"value": true
},
"share_twitter": {
"label": "Twitter",
"type": "boolean",
"value": true
},
"share_pinterest": {
"label": "Pinterest",
"type": "boolean",
"value": true
},
"share_gplus": {
"label": "Google+",
"type": "boolean",
"value": true
},
"share_tumblr": {
"label": "Tumblr",
"type": "boolean",
"value": false
},
"share_download": {
"label": "Download",
"type": "boolean",
"value": false
},
"localization": {
"label": "Localization settings",
"info": "some localization strings",
"type": "placeholder"
},
"view_in_lightbox": {
"label": "View in lightbox string",
"info": "View in lightbox string",
"type": "string"
},
"behaviors": {
"label": "Behaviors",
"info": "Choose some behaviors",
"type": "placeholder"
},
"show_title": {
"label": "Display caption",
"type": "boolean",
"value": false
},
"download_full": {
"label": "Download biggest size",
"info": "Download current size or biggest size",
"type": "boolean",
"value": false
},
"using_pjax_without_pillar": {
"label": "Using pjax without pillar",
"info": "Using pjax without pillar needs to disable the automatic pillar hacks (for example, list layout on Madison2 requires this flag enabled)",
"type": "boolean",
"value": false
},
"trigger_el": {
"label": "Trigger Element",
"info": "jQuery Element that triggers Photoswipe. Needs to be the parent of the img tag. Leave empty to use the default based on current theme. Example for Axis: a.k-link-lightbox",
"type": "string"
},
"scroll_el": {
"label": "Scroll Trigger Element",
"info": "jQuery Element that triggers Koken's keyboard scroll. Leave empty to use the default based on current theme.",
"type": "string"
},
"max_size": {
"label": "Max Image Size",
"type": "slider",
"min": 750,
"max": 2050,
"step": 50,
"value": 2048,
"suffix": "px"
}
}
}