-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapexplugin.json
More file actions
37 lines (37 loc) · 1.21 KB
/
Copy pathapexplugin.json
File metadata and controls
37 lines (37 loc) · 1.21 KB
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" : "Pretius Load JSON Object",
"version" : "24.2.3",
"description" : "Loads a JSON Object into the page",
"keywords" : ["json", "load", "object", "data", "dynamic action", "ajax"],
"homepage" : "https://github.com/pretius/Pretius-Load-JSON-Object",
"bugs" : {
"url" : "https://github.com/pretius/Pretius-Load-JSON-Object/issues",
"email" : "mmulvaney@pretius.com"
},
"license" : "MIT",
"commercial" : "No",
"commercially_supported": "Yes",
"author" : {
"name" : "Matt Mulvaney",
"email" : "mmulvaney@pretius.com",
"url" : "https://pretius.com/blog/",
"twitter" : "Matt_Mulvaney",
"donationUrl" : "https://donate.saintmichaelshospice.org/"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/pretius/Pretius-Load-JSON-Object.git"
},
"oracle" : {
"versions" : ["19.2.0.1"],
"apex" : {
"versions" : ["24.2.0"],
"plugin" : {
"internalName" : "COM.PRETIUS.APEX.LOAD_JSON_OBJECT",
"type" : "dynamic action",
"demo" : "https://github.com/pretius/Pretius-Load-JSON-Object",
"previewImage" : "https://raw.githubusercontent.com/pretius/Pretius-Load-JSON-Object/master/assets/preview.gif"
}
}
}
}