forked from martinbnielsen/apex-mbn-large-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apexplugin.json
33 lines (33 loc) · 1.07 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" : "MBN Large Text",
"version" : "1.1",
"description" : "Expand/Collapse of large text columns in Interactive Reports",
"keywords" : ["ir", "large text", "interactive report"],
"homepage" : "https://github.com/martinbnielsen/apex-mbn-large-text",
"bugs" : {
"url" : "https://github.com/martinbnielsen/apex-mbn-large-text/issues",
"email" : "[email protected]"
},
"license" : "MIT",
"author" : {
"name" : "Martin B. Nielsen",
"email" : "[email protected]",
"url" : "https://martinbnielsen.wordpress.com/"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/martinbnielsen/apex-mbn-large-text.git"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1"],
"apex" : {
"versions" : ["5.0.3"],
"plugin" : {
"internalName" : "COM.MBNDATA.PLUGIN.LARGE_TEXT",
"type" : "dynamic action",
"demo" : "https://apex.oracle.com/pls/apex/f?p=42601:1",
"previewImage" : "https://github.com/martinbnielsen/apex-mbn-large-text/blob/master/images/MBN_Large_Text_Preview.png"
}
}
}
}