Section & Variations › Contacts
Available Parameters
| Parameter | Type | Description |
|---|---|---|
items
|
Array of Contact Item
required |
Set list of Contact item. Example: [
|
Available Variations
Starter Kit Codes
{# include sections/contacts #}
{% include "sections/contacts.twig", with {
"items" : [
{
"title" : "New York, NY",
"contacts" : [
{
"label" : "hello@designspace.io",
"link" : "mailto:hello@designspace.io",
},
{
"label" : "+123-456-7890",
},
]
},
{
"title" : "Los Angeles, CA",
"contacts" : [
{
"label" : "hello@designspace.io",
"link" : "mailto:hello@designspace.io",
},
{
"label" : "+123-456-7890",
},
]
},
{
"title" : "San Francisco, CA",
"contacts" : [
{
"label" : "hello@designspace.io",
"link" : "mailto:hello@designspace.io",
},
{
"label" : "+123-456-7890",
},
]
},
]
} %}
Section Preview