-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapexplugin.json
34 lines (34 loc) · 1.21 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
34
{
"name" : "JTL Item - Multi-Translations with JSON",
"version" : "1.4.0",
"description" : "Store multi-language translations (MLS) in a single JSON column and use this Item plugin to easily maintain them.\nNow with Interactive Grid support. (For the APEX 5.0 version use v1.1.0)",
"keywords" : ["MLS", "IG", "multi-language", "language", "translations", "translated", "JSON", "Interactive Grid"],
"homepage" : "https://github.com/rimblas/jtlitem",
"bugs" : {
"url" : "https://github.com/rimblas/jtlitem/issues",
"email" : "jorge@rimblas.com"
},
"license" : "MIT",
"author" : {
"name" : "Jorge Rimblas",
"email" : "jorge@rimblas.com",
"url" : "http://rimblas.com/blog/",
"twitter" : "rimblas"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/rimblas/jtlitem.git"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.2.0"],
"apex" : {
"versions" : ["5.1.0", "18.1", "18.2", "19.1", "19.2", "20.1"],
"plugin" : {
"internalName" : "JMR.MLS.JTLITEM",
"type" : "item",
"demo" : "https://apex.oracle.com/pls/apex/f?p=97705",
"previewImage" : "https://github.com/rimblas/jtlitem/raw/master/preview.gif"
}
}
}
}