-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapexplugin.json
38 lines (38 loc) · 1.43 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
{
"name": "Dynamic Date Time Picker",
"version": "1.1",
"private" : "N",
"description": "Dynamic Date and Time Picker based on Air date Picker",
"keywords": ["oracle","apex", "plugin", "item", "date","time", "datetime", "datepicker", "datetimepicker", "clockpicker", "timepicker", "clock", "calendar"],
"homepage": "https://github.com/planetapex/apex-plugin-dynamicDateTimePicker",
"bugs": {
"url": "https://github.com/planetapex/apex-plugin-dynamicDateTimePicker/issues",
"email": "yasirali.wizerp@gmail.com"
},
"license": "MIT",
"author": {
"name": "M.Yasir Ali Shah",
"email": "yasirali.wizerp@gmail.com",
"url": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
"twitter" : "m_yasir_ali",
"linkedin" : "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
"donationUrl" : "https://www.paypal.me/MYasirAliShah/4"
},
"repository": {
"type": "git",
"url": "https://github.com/planetapex/apex-plugin-dynamicDateTimePicker.git"
},
"private": false,
"oracle": {
"versions": ["11.2.0.1", "12.1.0.1"],
"apex": {
"versions": ["4.2.6", "5.0.0", "5.1.0"],
"plugin": {
"internalName": "COM.PLANETAPEX.DYNAMICDATETIMEPICKER",
"type": "item",
"demo": "https://apex.oracle.com/pls/apex/f?p=83009:10",
"previewImage": "https://raw.githubusercontent.com/planetapex/apex-plugin-dynamicDateTimePicker/master/assets/DP_Range.bmp"
}
}
}
}