-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapexplugin.json
33 lines (33 loc) · 1.13 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
{
"name" : "CLOB Load Plugin",
"version" : "2017.08.04",
"description" : "Dynamic Action plugin that allows the reading and writing of CLOB data from a standard form submit process.",
"keywords" : ["clob", "dynamic", "item"],
"homepage" : "https://github.com/OraOpenSource/apex-plugin-clob-load",
"bugs" : {
"url" : "https://github.com/OraOpenSource/apex-plugin-clob-load/issues",
"email" : "sthilaire@wphilltech.com"
},
"license" : "MIT",
"author" : {
"name" : "Timothy St. Hilaire",
"email" : "sthilaire@wphilltech.com",
"url" : "http://wphilltech.com/"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/OraOpenSource/apex-plugin-clob-load.git"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1"],
"apex" : {
"versions" : ["5.0.0"],
"plugin" : {
"internalName" : "com.oraOpenSource.apex-plugin-clob-load",
"type" : "dynamic action",
"demo" : "https://apex.oracle.com/pls/apex/f?p=36953:2",
"previewImage" : "https://raw.githubusercontent.com/OraOpenSource/apex-plugin-clob-load/master/doc/img/example-screen.jpg"
}
}
}
}