32 lines
634 B
JSON
32 lines
634 B
JSON
{
|
|
"properties": {
|
|
"address": {
|
|
"frontmatterKey": "address",
|
|
"enabled": true
|
|
},
|
|
"lat": {
|
|
"frontmatterKey": "lat",
|
|
"enabled": true
|
|
},
|
|
"lng": {
|
|
"frontmatterKey": "lng",
|
|
"enabled": true
|
|
},
|
|
"location": {
|
|
"frontmatterKey": "location",
|
|
"enabled": true
|
|
},
|
|
"map_link": {
|
|
"frontmatterKey": "map_link",
|
|
"enabled": false
|
|
},
|
|
"map_view_link": {
|
|
"frontmatterKey": "map_view_link",
|
|
"enabled": false
|
|
}
|
|
},
|
|
"overrideExistingProperties": false,
|
|
"mapLinkProvider": "osm",
|
|
"apiProvider": "free-geocoding-api",
|
|
"apiKey": ""
|
|
} |