Skip to content

Instantly share code, notes, and snippets.

@coderaaron
Created February 1, 2017 21:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save coderaaron/151606da8c1c1e2d9c65f371b55a6201 to your computer and use it in GitHub Desktop.
Default Google Map center (on options page)
...
{
"height": "",
"center_lat": "38.641265",
"center_lng": "-90.2881593",
"zoom": "",
"key": "field_5858518f3db94",
"label": "Map Center",
"name": "washu_ppi_places_map_center",
"type": "google_map",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_585839fb5f5d8",
"operator": "==",
"value": "places"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment