A slice to display our location in a map, with contact details.
With this slice you can display a map with our location, along with a title and contact details (email address
and phone number).
Limits
- Do not write too much text in the title, emailText and phoneText props, as this will ruin the layout
- You cannot choose the Humaans Image.
- IMPORTANT: If you want to edit the email address or the phone number, make sure to insert the email in the format
shown and NOT others, such as address[at]domain.com or anything else. Same for the phone number,
insert it like +3120123456 and NOT such as +31 (0) 20123456, or +31-20123456 or others.
Do's:
- COLORED TITLE: Color portions of your title with either red, blue, darkblu, green or yellow.
To do so, nest the word(s) you want to color with “(red)” if you want the word to be red, “(blue)” for blue and
"(darkblu)" for dark blue.
For example, if you want to write “Become a developer” and you want the word “developer” to be red, write
"Become a (red)developer(red)."
Don'ts:
- COLORED TITLE:
Coloring the text only works for one or more adjacent words. For example, “Become an (blue)awesome developer(blue).” will work,
but “(blue)Become(blue) an awesome (blue)developer(blue)” won’t.
IMPORTANT: DO NOT INCLUDE PUNCTUATION IN THE COLORED PORTION OF THE TEXT, as for some reason the layout will break.
So "(red)Academy:(red) Become a developer" won't work, but "(red)Academy(red): Become a developer" will!
Props:
1. Title
- Name: title
- Type: String
- Description: The Title of the slice.
2. Email address (OPTIONAL)
- Name: email
- Type: String
- Description: Email address. Leave it empty if you're happy to show the general email.
If you want to change this, make sure to insert the address in the right format (see the limits section)
3. Email Text (OPTIONAL)
- Name: emailText
- Type: String
- Description: This is the text above the address. Leave it empty if you're happy with the text "Email us at:"
4. Phone number (DISABLED - defaults to one single number)
- Name: phone
- Type: String
- Description: Phone number. Leave it empty if you're happy to show the general phone number.
If you want to change this, make sure to insert the number in the right format (see the limits section)
5. Phone Text (OPTIONAL)
- Name: phoneText
- Type: String
- Description: This is the text above the phone number. Leave it empty if you're happy with the text "Call us at:"
Repeatable:
This slice has no repeatable area