-
Notifications
You must be signed in to change notification settings - Fork 19
/
apexplugin.json
37 lines (37 loc) · 2.07 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
{
"name": "Dropzone",
"version": "2.4.1",
"description": "<p>Dropzone is a region type plugin that allows you to provide nice looking drag’n’drop file uploads.</p><p><b>Short info about \"Commercially Supported\"</b></p><p>This plug-in remains free and open source under MIT license!</p><p>If you have any problems with it, you can always create an issue on GitHub and I may find the time at some point in the future to resolve it for you. The guys at FOEX also offer commercial support for this plug-in. They have added this plug-in as a part of their \"APEX Plug-in Support Package\", for more information please visit: https://www.foex.at/plugin-support. I have opted to include my plug-in in their support package because you can get professional support for any issues you face in a timely manner as well as the \"peace of mind\" that it will be supported for many years to come!</p>",
"keywords": ["dropzone", "drag", "drop", "file", "upload", "multi", "multiple"],
"homepage": "https://github.com/Dani3lSun/apex-plugin-dropzone",
"bugs": {
"url": "https://github.com/Dani3lSun/apex-plugin-dropzone/issues",
"email": "[email protected]"
},
"license": "MIT",
"commercial" : "No",
"commercially_supported": "Yes",
"author": {
"name": "Daniel Hochleitner",
"email": "[email protected]",
"url": "https://danielhochleitner.de",
"twitter": "Dani3lSun",
"donationUrl": "https://www.paypal.me/DanielHochleitnerIT/3"
},
"repository": {
"type": "git",
"url": "https://github.com/Dani3lSun/apex-plugin-dropzone.git"
},
"oracle": {
"versions": ["11.2.0.1", "12.1.0.1", "12.2.0.1"],
"apex": {
"versions": ["5.1.0", "18.1.0"],
"plugin": {
"internalName": "DE.DANIELH.DROPZONE",
"type": "region",
"demo": "https://apex.oracle.com/pls/apex/f?p=APEXPLUGIN",
"previewImage": "https://raw.githubusercontent.com/Dani3lSun/apex-plugin-dropzone/master/preview.gif"
}
}
}
}