-
Notifications
You must be signed in to change notification settings - Fork 5
/
apexplugin.json
57 lines (55 loc) · 2.54 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name":"FOS - Message Actions"
,"version":"22.1.0"
,"description":"Show or hide success and error messages declaratively.\r\n\u003Ch4\u003EFree Plug-in under MIT License\u003C\/h4\u003E\r\n\u003Cp\u003E\r\nAll FOS plug-ins are released under MIT License, which essentially means it is free for everyone to use, no matter if commercial or private use. \r\n\u003C\/p\u003E\r\n\u003Ch4\u003EOverview\u003C\/h4\u003E\r\n\u003Cp\u003EThe \u003Cstrong\u003EFOS - Message Actions\u003C\/strong\u003E dynamic action plug-in is an easy and declarative way to deal with APEX success and error messages. It can show errors inline with fields and in notifications, as well as showing page level messages that look the same as regular APEX page notifications. Internally we use the same Javascript API that APEX provides to show these messages.\u003C\/p\u003E\r\n\u003Cp\u003EThe message can be a static string with optional page item substitutions, or derived from a Javascript expression or function.\u003C\/p\u003E\r\n\u003Cp\u003EYou also have control over how escaping should be performed on the message. Either entirely, or only for certain page items if your message contains HTML markup.\u003C\/p\u003E"
,"keywords":[
"message"
,"notification"
,"success"
,"error"
,"alert"
]
,"license":"MIT"
,"commercial":"No"
,"commercially_supported":"Yes"
,"homepage":"https:\/\/github.com\/foex-open-source\/fos-message-actions"
,"bugs":{
"url":"https:\/\/github.com\/foex-open-source\/fos-message-actions\/issues"
,"email":"[email protected]"
}
,"author":{
"name":"FOEX GmbH"
,"email":"[email protected]"
,"url":"https:\/\/foex.at\/fos\/"
,"twitter":"@foexopensource"
}
,"repository":{
"type":"git"
,"url":"https:\/\/github.com\/foex-open-source\/fos-message-actions.git"
}
,"oracle":{
"versions":[
"12.1.0.1"
,"12.2.0.1"
,"18.0.0.0"
,"19.0.0.0"
,"21.0.0.0"
]
,"apex":{
"versions":[
"19.2.0"
,"20.1.0"
,"20.2.0"
,"21.1.0"
,"21.2.0"
,"22.1.0"
]
,"plugin":{
"internalName":"COM.FOS.MESSAGE_ACTIONS"
,"type":"dynamic action"
,"demo":"https:\/\/fos.world\/ords\/f?p=10000:1030"
,"previewImage":"https:\/\/fos.world\/ords\/fos_master_ws\/fos-image\/COM.FOS.MESSAGE_ACTIONS"
}
}
}
}