-
Notifications
You must be signed in to change notification settings - Fork 2
/
apexplugin.json
32 lines (32 loc) · 1.15 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
{
"name" : "APEX Drop Down Tree View",
"version" : "1.0",
"description" : "This plugin allows you to create tree view select list",
"keywords" : ["ITEM", "LIST", "SELECT", "DROPDOWN"],
"homepage" : "https://github.com/angooti/APEX-DropDownTreeView",
"bugs" : {
"url" : "https://github.com/angooti/APEX-DropDownTreeView/issues",
"email" : "[email protected]"
},
"license" : "MIT",
"author" : {
"name" : "Ramin Angooti",
"email" : "[email protected]"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/angooti/APEX-DropDownTreeView"
},
"oracle" : {
"versions": ["11.2.0.1", "12.1.0.1", "12.2.0.1", "18.4.0.0", "19.0.0.0.0"],
"apex": {
"versions": ["5.1.0", "18.2.0.00.12", "19.1.0.00.15", "19.2.0.00.18", "20.1.0.00.13", "20.2.0.00.20"],
"plugin" : {
"internalName" : "ANGOOTI.ITEM.DROPDOWNTREEVIEW",
"type" : "item",
"demo" : "https://apex.oracle.com/pls/apex/f?p=54580:3",
"previewImage" : "https://raw.githubusercontent.com/angooti/APEX-DropDownTreeView/main/preview.gif"
}
}
}
}