-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapexplugin.json
33 lines (33 loc) · 1.01 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" : "spinKit spinner",
"version" : "1.0.0.1",
"description" : "DA plugin for custom spinner",
"keywords" : ["spinner", "apex", "oracle", "plugin"],
"homepage" : "https://github.com/isabolic/apex-plg-spinkit",
"bugs" : {
"url" : "https://github.com/isabolic/apex-plg-spinkit/issues",
"email" : "[email protected]"
},
"license" : "MIT",
"author" : {
"name" : "Ivan Sabolić",
"email" : "[email protected]",
"url" : "https://github.com/isabolic"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/isabolic/apex-plg-spinkit"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1"],
"apex" : {
"versions" : ["5.0.2.00.07", "5.1.0.00.45", "5.1.1.00.08"],
"plugin" : {
"internalName" : "SPINKIT",
"type" : "dynamic action",
"demo" : "https://apex.oracle.com/pls/apex/f?p=101959:13",
"previewImage" : "https://raw.githubusercontent.com/isabolic/apex-plg-spinkit/master/apx_plg_spinkit.gif"
}
}
}
}