-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapexplugin.json
43 lines (43 loc) · 1.09 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
35
36
37
38
39
40
41
42
43
{
"name": "OraOpenSource From-To Date",
"version": "2.1.0",
"description": "From/To Date picker.",
"keywords": [
"date",
"from",
"to"
],
"homepage": "https://github.com/OraOpenSource/apex-plugin-from-to-datepicker",
"bugs": {
"url": "https://github.com/OraOpenSource/apex-plugin-from-to-datepicker/issues",
"email": "martin@clarifit.com"
},
"license": "MIT",
"author": {
"name": "OraOpenSource",
"email": "martin@clarifit.com",
"url": "http://www.talkapex.com"
},
"repository": {
"type": "git",
"url": "https://github.com/OraOpenSource/apex-plugin-from-to-datepicker.git"
},
"private": false,
"oracle": {
"versions": [
"11.2.0.1",
"12.1.0.1"
],
"apex": {
"versions": [
"5.0.2"
],
"plugin": {
"internalName": "COM.CLARIFIT.FROMTODATEPICKER",
"type": "item",
"demo": "https://apex.oracle.com/pls/apex/f?p=90366:200",
"previewImage": "https://raw.githubusercontent.com/OraOpenSource/apex-plugin-from-to-datepicker/master/marketing/screenshot_01.gif"
}
}
}
}