Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/SETUP.md b/SETUP.md
index ba79bde..61dcf51 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -171,8 +171,12 @@ You can also use Mapbox. To do this you'll need an [API Key from Mapbox](https:/
zoom = "13"
api_key = "XXXXXXXX"
style_url = "mapbox://LINK_TO_MAPBOXP_STYLE"
+ marker_title = "Popup Marker Title"
+ marker_address= "Streetname <br> Postcode Town"
```
+> If `marker_title` and `marker_address` are not set, the popup will not be rendered in the map.
+
### 7. Contact Form
You can have a contact form using either a [netlify form](https://www.netlify.com/docs/form-handling/) (if you're deploying with netlify) or [formspree](https://formspree.io)
```