-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapexplugin.json
More file actions
executable file
·34 lines (34 loc) · 1.06 KB
/
apexplugin.json
File metadata and controls
executable file
·34 lines (34 loc) · 1.06 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
30
31
32
33
34
{
"name" : "IG manageFilter",
"version" : "1.0.0",
"description" : "Dynamic Action plugin to add and delete filters on the Interactive Grid",
"keywords" : ["Interactive","Grid"],
"homepage" : "https://github.com/APEXGru/manageFilter",
"bugs" : {
"url" : "https://github.com/APEXGru/manageFilter/issues",
"email" : "roelhartman@gmail.com"
},
"license" : "MIT",
"author" : {
"name" : "Roel Hartman",
"email" : "roelhartman@gmail.com",
"url" : "http://roelhartman.blogspot.com",
"twitter" : "RoelH"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/APEXGru/manageFilter.git"
},
"oracle" : {
"versions" : [ "12.1.0.0", "12.2.0.0", "18.1.0.0", "18.2.0.0", "18.3.0.0"],
"apex" : {
"versions" : ["18.1.0","18.2.0"],
"plugin" : {
"internalName" : "NL.APEXCONSULTING.IG_MANAGE_FILTER",
"type" : "dynamic action",
"demo" : "https://apex.oracle.com/pls/apex/f?p=131155:5",
"previewImage" : "https://github.com/APEXGru/manageFilter/raw/master/preview.png"
}
}
}
}