forked from nbuytaert1/apex-select2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apexplugin.json
35 lines (35 loc) · 1.21 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
34
35
{
"name" : "Select2",
"version" : "3.0.3",
"description" : "Select lists in Oracle APEX as they should be.",
"keywords" : ["select list", "jquery", "multi-select", "search", "cascading LOV", "tagging", "autocomplete", "typeahead", "dropdown", "lazy-loading", "lazy-appending", "infinite scroll", "AJAX"],
"homepage" : "https://github.com/nbuytaert1/apex-select2",
"bugs" : {
"url" : "https://github.com/nbuytaert1/apex-select2/issues",
"email" : "[email protected]"
},
"license" : "GPL2",
"author" : {
"name" : "Nick Buytaert",
"email" : "[email protected]",
"url" : "https://apexplained.wordpress.com/",
"twitter": "nbuytaert1",
"donationUrl": "https://www.paypal.me/NickBuytaert/3"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/nbuytaert1/apex-select2.git"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1"],
"apex" : {
"versions" : ["4.1.0", "4.2.0", "5.0.0"],
"plugin" : {
"internalName" : "BE.CTB.SELECT2",
"type" : "item",
"demo" : "https://apex.oracle.com/pls/apex/f?p=64237:20",
"previewImage" : "http://www.apex-plugin.com/images/com_sobi2/gallery/344/344_image_2.png"
}
}
}
}