-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapexplugin.json
More file actions
29 lines (29 loc) · 1.02 KB
/
Copy pathapexplugin.json
File metadata and controls
29 lines (29 loc) · 1.02 KB
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
{
"name" : "Icon Picker",
"version" : "2.0",
"description" : "Oracle Application Express item Plug-in for Icon selecection (Page item and Interactive Grid)",
"keywords" : ["icon", "icons", "icon picker", "icon selector", "font apex"],
"homepage" : "https://github.com/grlicaa/IconPicker",
"license" : "MIT",
"author" : {
"name" : "Andrej Grlica",
"email" : "andrej.grlica@gmail.com",
"twitter" : "AndrejGrlica",
},
"repository" : {
"type" : "git",
"url" : "https://github.com/grlicaa/IconPicker.git"
},
"oracle" : {
"versions" : ["12.2.0.1", "12.1.0.1", "11.2.0.1", "18.x", "19.x"],
"apex" : {
"versions" : ["18.1", "18.2", "19.1", "19.2", "20.1", "20.2", "21.1", "21.2", "22.1", "22.2", "23.1"],
"plugin" : {
"internalName" : "si.abakus.iconpicker",
"type" : "item",
"demo" : "https://apex.oracle.com/pls/apex/f?p=94650",
"previewImage" : "https://raw.githubusercontent.com/grlicaa/IconPicker/master/docs/preview/PreviewIP.gif"
}
}
}
}