-
Notifications
You must be signed in to change notification settings - Fork 7
/
apexplugin.json
36 lines (36 loc) · 2.02 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
{
"name": "Notification Menu",
"version": "1.6.5",
"description": "This dynamic action plugin allows to render a notification menu which gets its information through an SQL statement. It also has many configuration options and an automatic refresh (if desired). Unfortunately, it is only available with the Universal Theme 1.1 in APEX 5.1.1 or above. If you want to use it in older Themes then you have to customize the CSS style.<p><b>Important clarification: My work in the development team of Oracle APEX is in no way related to my open source projects or the plug-ins here on apex.world! All plug-ins are built in my spare time and are not supported by Oracle!</b></p>",
"keywords": ["oracle", "apex", "plugin", "dynamic action", "responsive", "notification"],
"homepage": "https://github.com/RonnyWeiss/Apex-Notification-Menu-for-NavBar",
"bugs": {
"url": "https://github.com/RonnyWeiss/Apex-Notification-Menu-for-NavBar/issues",
"email": "wronny@gmx.de"
},
"license": "MIT",
"commercial": "No",
"commercially_supported": "No",
"author": {
"name": "Ronny Weiß",
"email": "wronny@gmx.de",
"twitter": "ronny_weiss_",
"donationUrl": "https://www.paypal.me/RonnyW1"
},
"repository": {
"type": "git",
"url": "https://github.com/RonnyWeiss/Apex-Notification-Menu-for-NavBar.git"
},
"oracle": {
"versions": ["12.2.0.1", "18.4.0.0", "19.0.0.0.0", "19.2.0.0.19", "21.0.0.0.0", "21.1.0.0.0", "21.1.0.0.1"],
"apex": {
"versions": ["18.1.0.00.45", "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", "21.1.0", "21.2.0", "22.1.0", "22.2.0", "23.1.0"],
"plugin": {
"internalName": "APEX.NOTIFICATION",
"type": "dynamic action",
"demo": "https://apex.oracle.com/pls/apex/f?p=103428",
"previewImage": "https://github.com/RonnyWeiss/Apex-Notification-Menu-for-NavBar/raw/master/screenshot.gif"
}
}
}
}