-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathapexplugin.json
More file actions
34 lines (34 loc) · 1.24 KB
/
apexplugin.json
File metadata and controls
34 lines (34 loc) · 1.24 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
{
"name" : "Googles Places Autocomplete",
"version" : "1.2.1",
"description" : "Address autcomplete for Page Items and Interactive Grid",
"keywords" : ["address", "autocomplete", "interactive grid", "google", "maps", "places", "google maps api"],
"homepage" : "https://github.com/insum-labs/apex-plugin-google-places-autocomplete",
"bugs" : {
"url" : "https://github.com/insum-labs/apex-plugin-google-places-autocomplete/issues",
"email" : "nfernandez@insum.ca"
},
"license" : "MIT",
"author" : {
"name" : "Neil Fernandez",
"email" : "nfernandez@insum.ca",
"url" : "",
"twitter" : "neilbfernandez"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/insum-labs/apex-plugin-google-places-autocomplete.git"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1", "12.2.0.1", "18.1", "20"],
"apex" : {
"versions" : ["5.1.0","18.1.0", "18.2.0", "19.0.0", "19.1.0", "20.1.0"],
"plugin" : {
"internalName" : "COM.INSUM.GOOGLEPLACEAUTOCOMPLETE",
"type" : "item",
"demo" : "https://apex.oracle.com/pls/apex/f?p=136441",
"previewImage" : "https://user-images.githubusercontent.com/9313239/30703165-ec1a9c4a-9ebc-11e7-8d65-cb29a7d1e166.gif"
}
}
}
}