-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapexplugin.json
29 lines (29 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
{
"name" : "AutoNumeric",
"version" : "4.6.0.4",
"description" : "Oracle Application Express item Plug-in for AutoNumeric format (Page item and Interactive Grid)",
"keywords" : ["auto", "numeric", "auto numeric", "numeric mask", "format mask"],
"homepage" : "https://github.com/grlicaa/AutoNumeric",
"license" : "MIT",
"author" : {
"name" : "Andrej Grlica",
"email" : "andrej.grlica@gmail.com",
"twitter" : "AndrejGrlica",
},
"repository" : {
"type" : "git",
"url" : "https://github.com/grlicaa/AutoNumeric.git"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1"],
"apex" : {
"versions" : ["18.1.0", "18.2.0", "19.1.0", "19.2.0", "20.1.0", "20.2.0"],
"plugin" : {
"internalName" : "si_trts_autonumeric",
"type" : "item",
"demo" : "https://apex.oracle.com/pls/apex/f?p=122979",
"previewImage" : "https://raw.githubusercontent.com/grlicaa/AutoNumeric/master/docs/preview/AutoNumericPreview.gif"
}
}
}
}