-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.json
43 lines (42 loc) · 938 Bytes
/
index.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
{
"name": "Map",
"widget_type": null,
"summary": "Google map of business",
"liquid": true,
"widget_popover": "<a href='https://g5.jiveon.com/docs/DOC-7181' target='_blank'>Map Documentation</a>",
"lib_javascripts": [
"google-maps-api.js"
],
"lib_edit_javascripts": [],
"lib_edit_stylesheets": [],
"verticals": [
"deprecated"
],
"page_widget": true,
"settings": [
{
"name": "location_street_address",
"default_value": "{{location_street_address}}"
},
{
"name": "location_city",
"default_value": "{{location_city}}"
},
{
"name": "location_state",
"default_value": "{{location_state}}"
},
{
"name": "location_postal_code",
"default_value": "{{location_postal_code}}"
},
{
"name": "map_type",
"default_value": "ROADMAP"
},
{
"name": "map_allow_pan_zoom",
"default_value": "true"
}
]
}