-
Notifications
You must be signed in to change notification settings - Fork 0
/
apexplugin.json
33 lines (33 loc) · 1.17 KB
/
apexplugin.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
{
"name" : "Simple Checkbox 2 (With Switch Support)",
"version" : "1.4",
"description" : "A lightweight jQuery plugin for changing checkboxes and radio buttons into toggle switches.",
"keywords" : ["jQuery", "SimpleCheckbox", "Switch", "Toggle", "JAFR"],
"homepage" : "https://github.com/farzadso/Simple-Checkbox-2--With-Bootstrap-Switch-",
"bugs" : {
"url" : "https://github.com/farzadso/Simple-Checkbox-2--With-Bootstrap-Switch-",
"email" : "[email protected]"
},
"license" : "MIT",
"author" : {
"name" : "Farzad Soltani",
"email" : "[email protected]",
"url" : "http://www.jafr.co"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/farzadso/Simple-Checkbox-2--With-Bootstrap-Switch-.git"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1"],
"apex" : {
"versions" : ["4.2", "5.0.4", "5.1"],
"plugin" : {
"internalName" : "COM.ORACLE.APEX.SIMPLE_CHECKBOX_2",
"type" : "item",
"demo" : "https://apex.oracle.com/pls/apex/f?p=9468:2",
"previewImage" : "https://raw.githubusercontent.com/farzadso/Simple-Checkbox-2--With-Bootstrap-Switch-/master/animation.gif"
}
}
}
}