-
Notifications
You must be signed in to change notification settings - Fork 0
/
apexplugin.json
34 lines (34 loc) · 1.29 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
{
"name" : "Interactive Report Checbox",
"version" : "1.3",
"description" : "This plugin can be used to render checkboxes for a specified column. The selections will be saved in an apex collection.
Extended plugin to also support rendering of display only checkboxes.",
"keywords" : ["ir checkbox","interactive report", "checkbox", "interactive report checkbox"],
"homepage" : "https://github.com/kcotoi/Interactive-Report-Checbox",
"bugs" : {
"url" : "https://github.com/kcotoi/Interactive-Report-Checbox/issues",
"email" : "[email protected]"
},
"license" : "MIT",
"author" : {
"name" : "Dragos Constantin Cotoi",
"email" : "[email protected]",
"url" : "https://kubicek-consulting.de/"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/kcotoi/Interactive-Report-Checbox.git"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1"],
"apex" : {
"versions" : ["5.1.4, 18.x, 19.x"],
"plugin" : {
"internalName" : "DE.KC.IRCHECKBOX",
"type" : "dynamic action",
"demo" : "https://apex.oracle.com/pls/apex/f?p=23312",
"previewImage" : "https://raw.githubusercontent.com/kcotoi/Interactive-Report-Checbox/master/Sources/IMG/Preview2.gif"
}
}
}
}