-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapexplugin.json
More file actions
executable file
·34 lines (34 loc) · 1.05 KB
/
apexplugin.json
File metadata and controls
executable file
·34 lines (34 loc) · 1.05 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" : "Extend IG Toolbar with Input Field",
"version" : "1.0.0",
"description" : "Adds an Input Field to the IG Toolbar.",
"keywords" : ["Grid","Toolbar"],
"homepage" : "https://github.com/APEXGru/ExtendToolbarInputFIeld",
"bugs" : {
"url" : "https://github.com/APEXGru/ExtendToolbarInputFIeld/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/ExtendToolbarInputFIeld.git"
},
"oracle" : {
"versions" : ["12.1.0.1", "12.2.0.1"],
"apex" : {
"versions" : ["18.1.0", "18.2.0"],
"plugin" : {
"internalName" : "NL.APEXCONSULTING.IG_EXTEND_TOOLBAR",
"type" : "dynamic action",
"demo" : "https://apex.oracle.com/pls/apex/f?p=131155:3",
"previewImage" : "https://github.com/APEXGru/ExtendToolbarInputFIeld/raw/master/preview.png"
}
}
}
}