-
Notifications
You must be signed in to change notification settings - Fork 17
/
apexplugin.json
33 lines (33 loc) · 1.6 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
{
"name": "Material Kanban Board",
"version": "1.1.0",
"description": "This plug-in allows easy integration of a Kanban board into your own application. Your business processes can be grouped and visualized clearly. With Drag'n Drop you can move the cards between a dynamic number of columns. Adjust the icons, colors and other attributes to your personal needs. Expand the cards with any HTML content to display more information and enable more functions.",
"keywords": ["oracle", "apex", "plugin", "kanban", "region", "card", "material", "responsive", "drag", "drop", "process", "flow"],
"homepage": "https://github.com/McRange/Material-Kanban-Board",
"bugs": {
"url": "https://github.com/McRange/Material-Kanban-Board/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Matthias Range",
"email": "[email protected]",
"donationUrl": "https://www.paypal.me/mcrange"
},
"repository": {
"type": "git",
"url": "https://github.com/McRange/Material-Kanban-Board.git"
},
"oracle": {
"versions": ["11.2.0.1", "12.1.0.1", "12.2.0.1"],
"apex": {
"versions": ["5.0.0", "5.1.0", "5.1.1", "5.1.2", "5.1.3", "5.1.4", "18.1", "18.2", "19.1", "19.2"],
"plugin": {
"internalName": "MATERIAL.KANBAN",
"type": "region",
"demo": "https://apex.oracle.com/pls/apex/f?p=PLUGINSBYRANGE:2",
"previewImage": "https://raw.githubusercontent.com/McRange/Material-Kanban-Board/master/screenshot.gif"
}
}
}
}